Skip to main content

DXGridView Class

Stacks data items horizontally.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

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
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
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