MVCxGridViewBehaviorSettings Properties
Contains behavior specific settings of the GridView.Name | Description |
---|---|
AllowAutoFilter | Specifies whether auto filtering is allowed. Inherited from ASPxGridViewBehaviorSettings. |
AllowCellMerge | Specifies if cell merging is allowed. Inherited from ASPxGridViewBehaviorSettings. |
AllowClientEventsOnLoad | Gets or sets a value that specifies whether the FocusedElementChanged and SelectionChanged client-side events are invoked on the first load. Inherited from ASPxGridBehaviorSettings. |
AllowDragDrop | Specifies whether users can rearrange column headers. Inherited from ASPxGridViewBehaviorSettings. |
AllowEllipsisInText | Specifies whether the control can automatically truncate the cell texts if they don’t fit into the cell width. Inherited from ASPxGridBehaviorSettings. |
AllowFixedGroups | Specifies whether a top group row is fixed when a user scrolls data rows. Inherited from ASPxGridViewBehaviorSettings. |
AllowFocusedRow | Specifies whether row focus is enabled. Inherited from ASPxGridViewBehaviorSettings. |
AllowGroup | Specifis whether data grouping is enabled. Inherited from ASPxGridViewBehaviorSettings. |
AllowHeaderFilter | Specifies whether filtering using the header filter is allowed. Inherited from ASPxGridBehaviorSettings. |
AllowMultiSelection | Obsolete. Gets or sets whether end-users can select multiple data rows by clicking them. Inherited from ASPxGridViewBehaviorSettings. |
AllowSelectByRowClick | Specifies whether row click selection is enabled. Inherited from ASPxGridViewBehaviorSettings. |
AllowSelectSingleRowOnly | Specifies the selection mode (single or multiple). Inherited from ASPxGridViewBehaviorSettings. |
AllowSort | Specifies whether a user can sort data in a grid. Inherited from ASPxGridBehaviorSettings. |
AutoExpandAllGroups | Specifies whether the grid automatically expands all group rows. Inherited from ASPxGridViewBehaviorSettings. |
AutoFilterRowInputDelay | Gets or sets the time interval between the time a user starts typing within the Filter Row, and filtering is applied. Inherited from ASPxGridViewBehaviorSettings. |
ColumnMoveMode | Gets or sets a value that defines how ASPxGridView columns can be rearranged using drag-and-drop. Inherited from ASPxGridViewBehaviorSettings. |
ColumnResizeMode | Obsolete. Specifies how columns are resized when a user changes a column’s width. Inherited from ASPxGridViewBehaviorSettings. |
ConfirmDelete | Specifies whether the Confirm Delete window is displayed before a data item (row, card, or record) is deleted. Inherited from ASPxGridBehaviorSettings. |
EnableCustomizationWindow | Specifies whether the Customization Window is enabled. Inherited from ASPxGridViewBehaviorSettings. |
EnableRowHotTrack | Gets or sets whether the ASPxGridView displays the hot tracked row. Inherited from ASPxGridViewBehaviorSettings. |
EncodeErrorHtml | Gets or sets whether to encode error row content. Inherited from ASPxGridBehaviorSettings. |
FilterRowMode | Gets or sets a value defining whether the Filter Row filter is applied automatically or on clicking the Apply button. Inherited from ASPxGridViewBehaviorSettings. |
HeaderFilterDefaultHeight | Obsolete. Gets or sets the Header Filter‘s default height. Inherited from ASPxGridViewBehaviorSettings. |
HeaderFilterMaxRowCount | Gets or sets the maximum number of records that are scanned to populate a header filter dropdown with unique filter values. Inherited from ASPxGridBehaviorSettings. |
MaxPreviewTextLength | Specifies the maximum length of the preview row text. Inherited from ASPxGridViewBehaviorSettings. |
MergeGroupsMode | Specifies whether merged grouping is enabled. Inherited from ASPxGridViewBehaviorSettings. |
ProcessColumnMoveOnClient | Gets or sets a value whether or not column move operations are processed on the client. Inherited from ASPxGridViewBehaviorSettings. |
SelectionStoringMode | Gets or sets a value that specifies how the control stores the keys of the selected records. Inherited from ASPxGridBehaviorSettings. |
SortMode | Specifies how the control sorts its data. Inherited from ASPxGridBehaviorSettings. |
SummariesIgnoreNullValues | Gets or sets whether null values must be ignored when calculating summaries. Inherited from ASPxGridBehaviorSettings. |
See Also