DXListView Properties
Displays items as a vertical scrollable list.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 DXListView 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 DXListView item. |
See Also