Skip to main content

DXGridView Members

Stacks data items horizontally.

Constructors

Name Description
DXGridView() Initializes a new instance of the DXGridView class.

Fields

Name Description
ItemClickCommandProperty static Identifies the DXGridView.ItemClickCommand dependency property.
ItemNavigationTargetTypeProperty static Identifies the DXGridView.ItemNavigationTargetType dependency property.
ZoomOutItemTemplateProperty static Identifies the DXGridView.ZoomOutItemTemplate dependency property.
ZoomOutItemTemplateSelectorProperty static Identifies the DXGridView.ZoomOutItemTemplateSelector 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 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.

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