[]
Specifies if a user is allowed to create horizontal splits.
[Layout]
public bool AllowHorizontalSplit { get; set; }
Type | Description |
---|---|
bool | The default value is false. |
If True, then the user is able to split the current list into multiple horizontal splits at run-time.
If False, then the user is prevented from splitting the list horizontally.