Skip to main content
A newer version of this page is available. .

DXGridView Class

Stacks data items horizontally.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v18.2.dll

Declaration

public class DXGridView :
    GridView,
    IDXListView,
    ISupportSaveLoadControlState,
    IScrollableControl

Remarks

You can add items to the DXGridView directly via the Items inherited collection. To create items from data stored in a data source, use the ItemsSource and ItemTemplate inherited properties.

DXGridView

The DXGridView control is a descendant of the standard GridView class, so it inherits the GridView’s built-in functionality and extends it with these:

Inheritance

Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
Windows.UI.Xaml.Controls.ItemsControl
Windows.UI.Xaml.Controls.Primitives.Selector
Windows.UI.Xaml.Controls.ListViewBase
Windows.UI.Xaml.Controls.GridView
DXGridView
See Also