Back to Devexpress

DevExpress.XtraGrid.Views.Tile Namespace

windowsforms-devexpress-dot-xtragrid-dot-views-d924f351.md

latest9.1 KB
Original Source

DevExpress.XtraGrid.Views.Tile Namespace

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

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Classes

NameDescription
BeforeItemDragEventArgsProvides data for the TileView.BeforeItemDrag event.
BeforeItemDropEventArgsProvides data for the TileView.BeforeItemDrop event.
GroupFooterButtonClickEventArgsProvides data for the GroupFooterButtonClick event.
GroupHeaderContextButtonClickEventArgsProvides data for the GroupHeaderContextButtonClick event.
GroupHeaderContextButtonCustomizeEventArgsProvides data for the GroupHeaderContextButtonCustomize event.
ItemDropEventArgsProvides data for the TileView.ItemDrop event.
KanbanGroupA manually created Kanban group.
KanbanGroupCollectionA collection of KanbanGroup objects.
KanbanGroupFooterButtonOptionsProvides options to customize Kanban group footer buttons.
TileViewDisplays 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.
TileViewContextButtonCustomizeEventArgsProvides data for the TileView.ContextButtonCustomize event.
TileViewContextButtonToolTipEventArgsProvides data for the TileView.CustomContextButtonToolTip event.
TileViewGroupA group that hosts TileViewItems.
TileViewItemA tile within a TileView.
TileViewItemCustomDrawEventArgsContains data for the CustomDrawTile event.
TileViewItemCustomizeEventArgsProvides data for the TileView.ItemCustomize event.
TileViewItemElementA content block within a TileViewItem.
TileViewItemOptionsStores advanced tile settings for the TileView.
TileViewOptionsBehaviorProvides behavior options for the TileView.
TileViewOptionsDragDropProvides tile drag-and-drop options for the TileView.
TileViewOptionsEditFormProvides settings for Edit Forms in the TileView.
TileViewOptionsHtmlTemplateContains options that are applied when you use HTML and CSS-based templates to render tiles.
TileViewOptionsImageLoadProvides properties that manage image loading in the TileView.
TileViewOptionsKanbanContains settings to customize the Kanban board. These settings are in effect when the TileView.OptionsTiles.LayoutMode property is set to Kanban.
TileViewOptionsLayoutRepresents a set of options that specify how the layout is stored to and restored from a storage (a stream, xml file, or system registry).
TileViewOptionsSelectionContains selection options for the TileView.
TileViewOptionsViewProvides global settings that affect the entire Tile View.

Delegates

NameDescription
TileViewBeforeItemDragEventHandlerRepresents a method that will handle the TileView.BeforeItemDrag event.
TileViewBeforeItemDropEventHandlerRepresents a method that will handle the TileView.BeforeItemDrop event.
TileViewContextButtonCustomizeEventHandlerRepresents a method that will handle the TileView.ContextButtonCustomize event.
TileViewContextButtonToolTipEventHandlerRepresents a method that will handle the TileView.CustomContextButtonToolTip event.
TileViewItemCustomizeEventHandlerRepresents a method that will handle the TileView.ItemCustomize event.
TileViewItemDropEventHandlerRepresents a method that will handle the TileView.ItemDrop event.

Enums

NameDescription
TileViewEditingModeContains values that enable and disable edit operations in tiles.
TileViewItemCustomDrawProcessLists drawing process stages.
TileViewLayoutModeContains values that specify the way tiles are arranged in the TileView.