[]
Gets or sets a value indicating whether use grid to show data. This is a dependency property.
public bool UseMultipleColumn { get; set; }
Public Property UseMultipleColumn As Boolean
Type | Description |
---|---|
bool | true if use grid to show data; otherwise, false. The default is true. |
The following code example demonstrates how to use UseMultipleColumn property.