[]
        
(Showing Draft Content)

C1.Win.List.ListBase.C1ListBase.AllowHorizontalSplit

AllowHorizontalSplit Property

AllowHorizontalSplit

Specifies if a user is allowed to create horizontal splits.

Declaration
[Layout]
public bool AllowHorizontalSplit { get; set; }
<Layout>
Public Property AllowHorizontalSplit As Boolean
Property Value
Type Description
bool

The default value is false.

Remarks

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.