Method | Description | |
---|---|---|
Section ( IEnumerable |
Creates a section.
|
|
Section ( SectionStyle style, string heading, IEnumerable |
Standard library use only.
|
|
Section ( string heading, IEnumerable |
Creates a section.
|
Method | Description | |
---|---|---|
ControlTreeDataLoader ( ) : void | ||
getSectionClass ( string closedClass, string expandedClass ) : string |
public Section ( IEnumerable |
||
contentControls | IEnumerable |
The section's content. |
style | SectionStyle | The section's style. |
return | System.Collections.Generic |
public Section ( SectionStyle style, string heading, IEnumerable |
||
style | SectionStyle | |
heading | string | |
postHeadingControls | IEnumerable |
|
contentControls | IEnumerable |
|
expanded | bool | |
disableStatePersistence | bool | |
return | System.Collections.Generic |
public Section ( string heading, IEnumerable |
||
heading | string | The section's heading. Do not pass null. |
contentControls | IEnumerable |
The section's content. |
style | SectionStyle | The section's style. |
postHeadingControls | IEnumerable |
Controls that follow the heading but are still part of the heading container. |
expanded | bool | Set to true or false if you want users to be able to expand or close the section by clicking on the heading. |
return | System.Collections.Generic |