[]
Represents a control that can be used to present a collection of items.
public class C1ItemsControl : C1View, IComponent, IHandleAfterRender, IHandleEvent, IDisposable, IDependencyObject
Name | Description |
---|---|
C1ItemsControl() | Initializes a new instance of the C1ItemsControl class. |
Name | Description |
---|---|
DisplayMemberPathProperty | Identifies the DisplayMemberPath dependency property. |
ItemTemplateProperty | Identifies the ItemTemplate dependency property. |
ItemsSourceProperty | Identifies the ItemsSource dependency property. |
Name | Description |
---|---|
ChildContent | Gets or sets the content of the accordion. |
DisplayMemberPath | Gets or sets the name or path of the property that is displayed for each data item. |
ItemTemplate | Gets or sets the template applied to all the items of the list. |
Items | Gets the collection of items. |
ItemsSource | Gets or sets the collection of items that will be shown. |
Name | Description |
---|---|
Dispose(bool) | |
OnAfterRender(bool) | |
OnItemsSourceChangedProtected(IEnumerable) | ItemsSource changed handler. |