DxGridModel Properties
Exposes members of the underlying DxGrid component.Name | Description |
---|---|
AllowedDropTarget | |
AllowGroup | Specifies whether users can group grid data. |
AutoCollapseDetailRow | Specifies whether an expanded detail row should be automatically collapsed when a user expands another detail row. |
AutoExpandAllGroupRows | Specifies whether to expand all group rows automatically when the grid loads data or users interact with the grid. |
ColumnCaptionAlignment | Specifies the alignment of all column captions. |
ColumnFooterTemplate | Specifies a common template used to display all footer cells in the grid. |
ColumnGroupFooterTemplate | Specifies a common template for all group footer cells in the Grid. |
ColumnHeaderCaptionTemplate | Specifies a common template used to display captions of all column headers in the Grid. |
ColumnResizeMode | Specifies whether and how users can resize grid columns. |
ComponentType | |
CustomGroup | Enables you to implement custom logic used to group data in the grid. |
CustomizeCellDisplayText | Allows you to customize the text displayed within a cell. |
CustomizeDataRowEditor | Allows you to customize a cell editor in a data row. |
CustomizeEditModel | Allows you to create a custom edit model or customize an automatically-generated edit model. |
CustomizeElement | Allows you to color grid cells and rows according to their values. |
CustomizeFilterMenu | Allows you to customize column filter menu items. |
CustomizeFilterRowEditor | Allows you to customize a cell editor in the filter row. |
CustomizeGroupValueDisplayText | Allows you to customize the group value’s display text. |
CustomizeSummaryDisplayText | Allows you to customize the summary display text. |
CustomSort | Allows you to implement custom logic used to sort data in the grid. |
CustomSummary | Allows you to create custom summary items. |
DataColumnCellDisplayTemplate | Specifies a common template used to display all data column cells in the Grid. |
DataColumnCellEditTemplate | Allows you to replace automatically generated editors with custom content in all edit cells displayed for data columns. |
DataColumnFilterMenuTemplate | Specifies a common template used to display all column filter menus in the Grid. |
DataColumnFilterRowCellTemplate | Allows you to replace automatically generated editors with custom content in all filter row cells displayed for data columns. |
DataColumnGroupRowTemplate | Specifies a common template used to display all group rows in the Grid. |
DataItemDeleting | Fires when a user confirms the delete operation in the delete confirmation dialog. |
DetailExpandButtonDisplayMode | Specifies when to display master-detail expand buttons. |
DetailRowDisplayMode | Specifies when to display detail rows in the Grid. |
DetailRowTemplate | Specifies a template used to display a detail row. |
DragHintTextTemplate | |
DropTargetMode | |
EditCanceling | Fires before the Grid cancels the edit operation and discards changes. |
EditFormTemplate | Specifies the template used to display the edit form. |
EditMode | Specifies how users edit Grid data. |
EditModelSaving | Fires if validation succeeds after a user saves changes or you call the SaveChangesAsync() method. |
EditNewRowPosition | Specifies the position of UI elements used to create new rows. |
EditorRenderMode | Specifies how the Grid renders editors in the filter row and in data rows during edit operations. |
EditStart | Fires before the Grid starts editing a row. |
EmptyDataAreaTemplate | Specifies the template used to display an empty data area. |
FilterCriteriaChanged | Fires when filter criteria applied to grid data change. |
FilterMenuButtonDisplayMode | Specifies when the Grid displays filter menu buttons in column headers. |
FocusedRowChanged | Fires when the row focus changes. |
FooterDisplayMode | Specifies when to display the footer in the Grid. |
GroupFooterDisplayMode | Specifies when to display group footers in the Grid. |
GroupSummary | Contains group summary items. |
ItemsDropped | |
KeyboardNavigationEnabled | Obsolete. Specifies whether keyboard navigation and shortcuts are available in the Grid component. |
KeyFieldNames | Specifies the names of data fields that contain key values. The combination of key values forms a unique identifier for a Grid data item. |
LayoutAutoLoading | Fires when the DxGrid component is initialized and starts to load its layout. |
LayoutAutoSaving | Fires when the grid’s layout changes. |
PagerPosition | Specifies the pager position. |
RowClick | Fires when a user clicks or taps a grid row or focuses a data cell and presses Enter. |
RowDoubleClick | Fires when a user double clicks a grid row. |
SearchBoxInputDelay | Specifies the time interval between the last typed character in the search box and the consequent search text update. |
SearchBoxNullText | Specifies the prompt text displayed in the search box when it is empty. |
SearchBoxTemplate | Specifies a template for the search box. |
SearchText | Specifies the text that the Grid uses to filter and highlight data. |
SearchTextChanged | Fires when the search text changes. |
SearchTextParseMode | Specifies how the grid treats search words. |
SelectAllCheckboxMode | Specifies whether the Select All checkbox selects all rows on the current page or on all grid pages. |
SelectionMode | Specifies selection mode. |
ShowGroupedColumns | Specifies whether to display grouped columns with other columns in the grid’s data area. |
ShowGroupPanel | Specifies whether to show the Group Panel. |
ShowSearchBox | Specifies whether the Grid displays the search box. |
ToolbarTemplate | Specifies a template for a toolbar area. |
UnboundColumnData | Allows you to implement custom logic to obtain unbound column values. |
See Also