DXGridView Properties
Stacks data items horizontally.| Name | Description |
|---|---|
| ItemClickCommand | Gets or sets the command to be invoked on an item click. |
| ItemNavigationTargetParameterBinding | Gets or sets a binding that defines a parameter to be passed to the target page, invoked when clicking an item. |
| ItemNavigationTargetType | Allows you to specify the name of the Page class to be opened when an end-user clicks a DXGridView item. |
| ItemNavigationTargetTypeBinding | Gets or sets a binding that allows you to specify the name of the Page class to be opened when an end-user clicks a DXGridView item. |
| ZoomOutItemTemplate | Gets or sets the template used to render an item when the DXGridView is zoomed out. |
| ZoomOutItemTemplateSelector | Gets or sets an object that chooses an item template in the zoom-out state based on custom logic. |
See Also