Skip to main content
Tab

ASPxVerticalGridBehaviorSettings Properties

Provides behavior options for the ASPxVerticalGrid.
Name Description
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.
AllowEllipsisInText Specifies whether the control can automatically truncate the cell texts if they don’t fit into the cell width. Inherited from ASPxGridBehaviorSettings.
AllowExpandAnimation Gets or sets a value that specifies whether animation is allowed during the expanding of rows or category rows.
AllowHeaderFilter Specifies whether filtering using the header filter is allowed. Inherited from ASPxGridBehaviorSettings.
AllowRowExpanding Gets or sets a value that specifies whether the expansion state of the grid’s expandable rows can be changed using an end-user’s interaction.
AllowSort Specifies whether a user can sort data in a grid. Inherited from ASPxGridBehaviorSettings.
ConfirmDelete Specifies whether the Confirm Delete window is displayed before a data item (row, card, or record) is deleted. Inherited from ASPxGridBehaviorSettings.
EnableRowHotTrack Gets or sets whether the ASPxVerticalGrid displays the hot tracked data row.
EncodeErrorHtml Gets or sets whether to encode error row content. Inherited from ASPxGridBehaviorSettings.
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.
ProcessSelectionChangedOnServer Gets or sets a value that specifies whether selection changes should be processed on the server side. Inherited from ASPxGridBehaviorSettings.
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