Skip to main content
A newer version of this page is available. .
Tab

VerticalGridDataRowSettings Members

Provides options for data rows.

Constructors

Name Description
VerticalGridDataRowSettings() Initializes a new instance of the VerticalGridDataRowSettings class with default settings.

Properties

Name Description
AllowEllipsisInText Specifies if the column’s (row’s for ASPxVerticalGrid) cell texts can be automatically truncated if they don’t fit into the cell width. Inherited from GridDataColumnSettings.
AllowFilterBySearchPanel Gets or sets whether end-users can filter data by the column’s (row’s for ASPxVerticalGrid) display text using the search panel. Inherited from GridDataColumnSettings.
AllowHeaderFilter Gets or sets whether the filter button is displayed within the current column’s (row’s for ASPxVerticalGrid) header. Inherited from GridDataColumnSettings.
AllowSort Gets or sets whether the column’s (row’s for ASPxVerticalGrid) values can be sorted. Inherited from GridDataColumnSettings.
FilterMode Specifies the filter mode for columns and rows (for ASPxVerticalGrid) values). Inherited from GridDataColumnSettings.
HeaderFilterMode Obsolete. Obsolete API. Inherited from GridDataColumnSettings.
ShowEditorInBatchEditMode Specifies whether an editor is displayed for a read-only cell in batch edit mode. Inherited from GridDataColumnSettings.
ShowInFilterControl Gets or sets whether an end-user can create filter conditions in the current column (row for ASPxVerticalGrid) in the filter control. Inherited from GridDataColumnSettings.
SortMode Gets or sets how the column’s (row’s for ASPxVerticalGrid) data is sorted when sorting is applied to it. Inherited from GridDataColumnSettings.

Methods

Name Description
Assign(GridDataColumnSettings) Copies the settings from the specified GridDataColumnSettings object to the current object. Inherited from GridDataColumnSettings.
Equals(Object, Object) static Determines 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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines 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