Skip to main content

DevExpress.XtraGrid.Views.Tile Namespace

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

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Classes

Name Description
BeforeItemDragEventArgs Provides data for the TileView.BeforeItemDrag event.
BeforeItemDropEventArgs Provides data for the TileView.BeforeItemDrop event.
GroupFooterButtonClickEventArgs Provides data for the GroupFooterButtonClick event.
GroupHeaderContextButtonClickEventArgs Provides data for the GroupHeaderContextButtonClick event.
GroupHeaderContextButtonCustomizeEventArgs Provides data for the GroupHeaderContextButtonCustomize event.
ItemDropEventArgs Provides data for the TileView.ItemDrop event.
KanbanGroup A manually created Kanban group.
KanbanGroupCollection A collection of KanbanGroup objects.
KanbanGroupFooterButtonOptions Provides options to customize Kanban group footer buttons.
TileView Displays records as tiles, using one of the following layout modes: default (standard table layout), list (tiles have no space between them), and Kanban. This View includes the Tile Template feature, which helps you arrange fields relative to other fields, specify absolute or relative field display bounds, etc. In-place editors are supported when you use HTML-based templates.
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.
TileViewOptionsHtmlTemplate Contains options that are applied when you use HTML and CSS-based templates to render tiles.
TileViewOptionsImageLoad Provides properties that manage image loading in the TileView.
TileViewOptionsKanban Contains settings to customize the Kanban board. These settings are in effect when the TileView.OptionsTiles.LayoutMode property is set to Kanban.
TileViewOptionsLayout Represents a set of options that specify how the layout is stored to and restored from a storage (a stream, xml file, or system registry).
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 edit operations in tiles.
TileViewLayoutMode Contains values that specify the way tiles are arranged in the TileView.