|
Public Member Functions |
|
| HierarchicalRepeater () |
| | Initializes a new instance of the Wilco::Web::UI::WebControls::HierarchicalRepeater class.
|
Protected Member Functions |
| override void | CreateControlHierarchy (bool useDataSource) |
| | Creates the control hierarchy.
|
| override IEnumerable | GetData () |
| | Gets the data from the data source. Only the root data will be returned.
|
| override RepeaterItem | CreateItem (int itemIndex, ListItemType itemType) |
| | Creates a hierarchical repeater item.
|
| override void | AddedControl (Control control, int index) |
| | Called after a control was added.
|
| virtual internal void | CreateChildHierarchy (HierarchicalRepeaterItem parent) |
| | Creates the child hierarchy.
|
Properties |
|
string | DataKeyField |
| | Gets the data key field.
|
|
string | DataParentKeyField |
| | Gets the data parent key field.
|
|
string | DataKeyNullValue |
| | Gets or sets the value of a key that is not set.
|
|
Style | ChildContainerStyle |
| | Gets the child container style.
|