Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
x:Object > DependencyObject > Visual > UIElement > FrameworkElement > Control > ItemsControl, IInputElement
DataGridCellsPresenter DataGridColumnHeadersPresenter HeaderedItemsControl MenuBase Selector StatusBar TreeView |
|
(usage) |
<ItemsControl>x:Object*</ItemsControl> |
(description) |
Represents a control that can be used to present a collection of items. |
[content property] |
Items |
[name property] |
Name |
[xml lang property] |
Language |
(properties) |
|
AlternationCount |
|
(description) |
The number of alternating item containers in the ItemsControl, which enables alternating containers to have a unique appearance. |
DisplayMemberPath |
|
(description) |
A path to a value on the source object to serve as the visual representation of the object. |
GroupStyle |
|
(description) |
A collection of GroupStyle objects that define the appearance of each level of groups. |
[read only] |
true |
IsTextSearchCaseSensitive (4) |
|
(description) |
A value that indicates whether case is a condition when searching for items. |
IsTextSearchEnabled |
|
(description) |
A value that indicates whether TextSearch is enabled on the ItemsControl instance. |
ItemBindingGroup |
|
(description) |
The BindingGroup that is copied to each item in the ItemsControl. |
ItemContainerStyle |
|
(description) |
The Style that is applied to the container element generated for each item. |
ItemContainerStyleSelector |
|
(description) |
Custom style-selection logic for a style that can be applied to each generated container element. |
Items |
|
(description) |
The collection used to generate the content of the ItemsControl. |
[read only] |
true |
ItemsPanel |
|
(description) |
The template that defines the panel that controls the layout of items. |
ItemsSource |
|
(description) |
A collection used to generate the content of the ItemsControl. |
ItemStringFormat |
|
(description) |
A composite string that specifies how to format the items in the ItemsControl if they are displayed as strings. |
ItemTemplate |
|
(description) |
The DataTemplate used to display each item. |
ItemTemplateSelector |
|
(description) |
The custom logic for choosing a template used to display each item. |
(attachable properties) |
|
ItemsControl.AlternationIndex |
|
(description) |
The assigned value of the item container when alternating item containers are used. |
[target type] |