[]
Represents a control that can be used to present a collection of items.
public class C1ItemsControl : ItemsControl, IDisposable
| Name | Description |
|---|---|
| C1ItemsControl() | Initializes a new instance of the C1ItemsControl class. |
| Name | Description |
|---|---|
| DisplayMemberPathProperty | Identifies the DisplayMemberPath dependency property. |
| ItemContainerTransitionsProperty | Identifies the ItemContainerTransitions dependency property. |
| ItemTemplateProperty | Identifies the ItemTemplate dependency property. |
| ItemTemplateSelectorProperty | Identifies the ItemTemplateSelector dependency property. |
| Name | Description |
|---|---|
| DisplayMemberPath | Gets or sets the name or path of the property that is displayed for each data item. |
| IsDisposed | Gets whether this instance is disposed. |
| ItemContainerTransitions | Gets or sets the collection of Transition style elements that apply to the item containers of a C1ItemsControl. |
| ItemTemplate | Gets or sets the template applied to all the items of the list. |
| ItemTemplateSelector | Template selector used to specify different templates applied to items of the same type. |
| Name | Description |
|---|---|
| ClearContainerForItemOverride(DependencyObject, object) | |
| Dispose() | |
| Dispose(bool) | |
| Finalize() | Finalizes this instance of the C1ItemsControl class. |
| GetContainerForItemOverride() | |
| OnApplyTemplate() | |
| PrepareContainerForItemOverride(DependencyObject, object) |