Back to Devexpress

ASPxGridViewBehaviorSettings Members

aspnet-devexpress-dot-web-dot-aspxgridviewbehaviorsettings-dot-underscore-members.md

latest9.8 KB
Original Source

ASPxGridViewBehaviorSettings Members

Provides behavior options for ASPxGridViews.

Constructors

NameDescription
ASPxGridViewBehaviorSettings(IPropertiesOwner)Initializes a new instance of the ASPxGridViewBehaviorSettings class with specified settings.

Properties

NameDescription
AllowAutoFilterSpecifies whether auto filtering is allowed.
AllowCellMergeSpecifies if cell merging is allowed.
AllowClientEventsOnLoadGets or sets a value that specifies whether the FocusedElementChanged and SelectionChanged client-side events are invoked on the first load. Inherited from ASPxGridBehaviorSettings.
AllowDragDropSpecifies whether users can rearrange column headers.
AllowEllipsisInTextSpecifies whether the control can automatically truncate the cell texts if they don’t fit into the cell width. Inherited from ASPxGridBehaviorSettings.
AllowFixedGroupsSpecifies whether a top group row is fixed when a user scrolls data rows.
AllowFocusedRowSpecifies whether row focus is enabled.
AllowGroupSpecifis whether data grouping is enabled.
AllowHeaderFilterSpecifies whether filtering using the header filter is allowed. Inherited from ASPxGridBehaviorSettings.
AllowMultiSelectionObsolete. Gets or sets whether end-users can select multiple data rows by clicking them.
AllowSelectByRowClickSpecifies whether row click selection is enabled.
AllowSelectSingleRowOnlySpecifies the selection mode (single or multiple).
AllowSortSpecifies whether a user can sort data in a grid. Inherited from ASPxGridBehaviorSettings.
AutoExpandAllGroupsSpecifies whether the grid automatically expands all group rows.
AutoFilterRowInputDelayGets or sets the time interval between the time a user starts typing within the Filter Row, and filtering is applied.
ColumnMoveModeGets or sets a value that defines how ASPxGridView columns can be rearranged using drag-and-drop.
ColumnResizeModeObsolete. Specifies how columns are resized when a user changes a column’s width.
ConfirmDeleteSpecifies whether the Confirm Delete window is displayed before a data item (row, card, or record) is deleted. Inherited from ASPxGridBehaviorSettings.
EnableCustomizationWindowSpecifies whether the Customization Window is enabled.
EnableRowHotTrackGets or sets whether the ASPxGridView displays the hot tracked row.
EncodeErrorHtmlGets or sets whether to encode error row content. Inherited from ASPxGridBehaviorSettings.
FilterRowModeGets or sets a value defining whether the Filter Row filter is applied automatically or on clicking the Apply button.
HeaderFilterDefaultHeightObsolete. Gets or sets the Header Filter‘s default height.
HeaderFilterMaxRowCountGets or sets the maximum number of records that are scanned to populate a header filter dropdown with unique filter values. Inherited from ASPxGridBehaviorSettings.
MaxPreviewTextLengthSpecifies the maximum length of the preview row text.
MergeGroupsModeSpecifies whether merged grouping is enabled.
ProcessColumnMoveOnClientGets or sets a value whether or not column move operations are processed on the client.
ProcessFocusedRowChangedOnServerGets or sets a value that specifies whether a change to the focused row should be completely processed on the server side.
ProcessSelectionChangedOnServerGets or sets a value that specifies whether selection changes should be processed on the server side. Inherited from ASPxGridBehaviorSettings.
SelectionStoringModeGets or sets a value that specifies how the control stores the keys of the selected records. Inherited from ASPxGridBehaviorSettings.
SortModeSpecifies how the control sorts its data. Inherited from ASPxGridBehaviorSettings.
SummariesIgnoreNullValuesGets or sets whether null values must be ignored when calculating summaries. Inherited from ASPxGridBehaviorSettings.

Methods

NameDescription
Assign(PropertiesBase)Copies the settings from the specified object to the current one.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns the string that represents the current object. Inherited from StateManager.

See Also

ASPxGridViewBehaviorSettings Class

DevExpress.Web Namespace