AllowSections

Top  Previous  Next

Gets or sets a boolean flag indicating whether the section(s) are allowed or not for the grid.

[Visual Basic .NET]

Public Property AllowSections As Boolean

[C#]

public bool AllowSections {get; set;}

 

Remarks

The default value is TRUE, and 2 screenshots are listed below. This property allows you to group the rows into different sections.

AllowSections

 

 

EditMode_Sections_2