DXListView Members
Displays items as a vertical scrollable list.Constructors
| Name | Description |
|---|---|
| DXListView() | Initializes a new instance of the DXListView class. |
Fields
| Name | Description |
|---|---|
| ItemClickCommandProperty static | Identifies the DXListView.ItemClickCommand dependency property. |
| ItemNavigationTargetTypeProperty static | Identifies the DXListView.ItemNavigationTargetType dependency property. |
Properties
| 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. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also