[]
Represents a control that can be used to present a collection of items.
public class C1ItemsControl : ItemsControl, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, IDisposable
Public Class C1ItemsControl
Inherits ItemsControl
Implements IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, IContainItemStorage, IDisposable
| Name | Description |
|---|---|
| C1ItemsControl() | Initializes a new instance of the C1ItemsControl class. |
| Name | Description |
|---|---|
| CornerRadiusProperty | Identifies the CornerRadius dependency property. |
| ItemsSourceProperty | Identifies the ItemsSource dependency property. |
| Name | Description |
|---|---|
| CornerRadius | Gets or sets the CornerRadius of the border. |
| DefaultGroupStyle | Gets the default style for groups. |
| DefaultGroupTemplate | Gets the default template for groups. |
| DefaultItemTemplate | Gets the default item template honoring DisplayMemberPath. |
| IsDisposed | Gets whether this instance is disposed. |
| ItemsSource | Gets or sets the collection of items. |
| Name | Description |
|---|---|
| Dispose() | |
| Dispose(bool) | |
| Finalize() | Finalizes this instance of the C1ItemsControl class. |
| GetContainerForItemOverride() | |
| OnApplyTemplate() | |
| OnDisplayMemberPathChanged(string, string) | |
| OnItemsSourceChangedProtected(IEnumerable, IEnumerable) | Called when the ItemsSource property changed. |