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

DevExpress.XtraGrid.Views.Tile Namespace

Provides classes and interfaces that maintain the Tile View for the Data Grid control.

Assembly: DevExpress.XtraGrid.v19.2.dll

Classes

Name Description
BeforeItemDragEventArgs Provides data for the TileView.BeforeItemDrag event.
BeforeItemDropEventArgs Provides data for the TileView.BeforeItemDrop event.
ItemDropEventArgs Provides data for the TileView.ItemDrop event.
TileView Displays records as read-only tiles, using one of the following layout modes: default (one or multiple columns/rows), list (without spaces between records) and Kanban. This View provides the advanced field positioning feature, which helps you arrange fields relative to other fields, specify absolute or relative field display bounds, etc.
TileViewContextButtonCustomizeEventArgs Provides data for the TileView.ContextButtonCustomize event.
TileViewContextButtonToolTipEventArgs Provides data for the TileView.CustomContextButtonToolTip event.
TileViewGroup A group that hosts TileViewItems.
TileViewItem A tile within a TileView.
TileViewItemCustomizeEventArgs Provides data for the TileView.ItemCustomize event.
TileViewItemElement A content block within a TileViewItem.
TileViewItemOptions Stores advanced tile settings for the TileView.
TileViewOptionsBehavior Provides behavior options for the TileView.
TileViewOptionsDragDrop Provides tile drag-and-drop options for the TileView.
TileViewOptionsEditForm Provides settings for Edit Forms in the TileView.
TileViewOptionsImageLoad Provides properties that manage image loading in the TileView.
TileViewOptionsSelection Contains selection options for the TileView.
TileViewOptionsView Provides global settings that affect the entire Tile View.

Delegates

Name Description
TileViewBeforeItemDragEventHandler Represents a method that will handle the TileView.BeforeItemDrag event.
TileViewBeforeItemDropEventHandler Represents a method that will handle the TileView.BeforeItemDrop event.
TileViewContextButtonCustomizeEventHandler Represents a method that will handle the TileView.ContextButtonCustomize event.
TileViewContextButtonToolTipEventHandler Represents a method that will handle the TileView.CustomContextButtonToolTip event.
TileViewItemCustomizeEventHandler Represents a method that will handle the TileView.ItemCustomize event.
TileViewItemDropEventHandler Represents a method that will handle the TileView.ItemDrop event.

Enums

Name Description
TileViewEditingMode Contains values that enable and disable tile editing mode.
TileViewLayoutMode Contains values that specify the way tiles are arranged in the TileView.