Sections

Top  Previous  Next

Gets or sets the settings of the sections for the grid.

[Visual Basic .NET]

Public Property Sections As System.Collections.CollectionBase

[C#]

public System.Collections.CollectionBase Sections {get; set;}

 

Remarks

Sections

 

From the screenshot above, you can see that each section has the following fields:

1. BackColor specifies the background color of the section title, and it becomes irrelevant if UseDefaultBackColor is TRUE.

2. ForeColor specifies the text color of the section title, and it becomes irrelevant if UseDefaultForeColor is TRUE.

3. ImagePath specifies the full path of the section icon image.

4. RowsCount specifies the number of the child rows belonging to this section.

5. SectionTitle specifies the section title.

6. UseDefaultBackColor indicates whether the background color of the section title is dictated by the GridBackColor property or not.

7. UseDefaultForeColor indicates whether the text color of the section title is dictated by the RowTextColor property or not.