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

ASPxGridViewSettings Members

Provides view options for the ASPxGridView control.

Constructors

Name Description
ASPxGridViewSettings(IPropertiesOwner) Initializes a new instance of the ASPxGridViewSettings class with specified settings.

Properties

Name Description
AutoFilterCondition Specifies the type of comparison operator used by filter row to create filter conditions.
ColumnMaxWidth Gets or sets a value that specifies the grid columns’ maximum width.
ColumnMinWidth Gets or sets the minimum width of grid columns.
EnableFilterControlPopupMenuScrolling Gets or sets a value specifying whether popup menu scrolling is enabled in the built-in filter builder. Inherited from ASPxGridSettings.
GridLines Gets or sets the gridline style for the ASPxGridView.
GroupFormat Gets or sets the text pattern for group rows.
GroupFormatForMergedGroup Gets or sets the text pattern for the merged group.
GroupFormatForMergedGroupRow Gets or sets the text pattern for the merged group row.
GroupSummaryTextSeparator Gets or sets a separator dividing multiple summary texts displayed within group rows.
HorizontalScrollBarMode Gets or sets a value specifying the horizontal scrollbar’s display mode. Inherited from ASPxGridSettings.
MergedGroupSeparator Gets or sets the separator displayed between the grouped columns within the merged group row.
ShowColumnHeaders Gets or sets whether column headers are displayed.
ShowFilterBar Gets or sets a value which specifies when the filter bar is displayed. Inherited from ASPxGridSettings.
ShowFilterRow Gets or sets whether the grid displays the filter row.
ShowFilterRowMenu Gets or sets whether filter row buttons are displayed within the auto filter row.
ShowFilterRowMenuLikeItem Gets or sets whether the Like item is displayed within the filter row menu.
ShowFooter Gets or sets whether the view’s footer is displayed.
ShowGroupButtons Gets or sets whether group expand buttons are displayed within group rows.
ShowGroupedColumns Gets or sets whether the grouped columns are displayed within the ASPxGridView.
ShowGroupFooter Gets or sets a value that specifies the ASPxGridView group footers visibility.
ShowGroupPanel Gets or sets whether the Group Panel is displayed.
ShowHeaderFilterBlankItems Gets or sets a value that specifies whether the filter dropdown contains service filter items (‘Blanks’ and ‘Non blanks’) to allow filtering data by blank and non blank values. Inherited from ASPxGridSettings.
ShowHeaderFilterButton Gets or sets whether column/row headers display filter buttons. Inherited from ASPxGridSettings.
ShowHeaderFilterListBoxSearchUI Gets or sets a value specifying whether the list box’s search UI is enabled within the grid column’s header filter. Inherited from ASPxGridSettings.
ShowHorizontalScrollBar Obsolete. Gets or sets whether the horizontal scrollbar is displayed.
ShowPreview Gets or sets whether preview rows are displayed.
ShowStatusBar Gets or sets whether the status bar is displayed. Inherited from ASPxGridSettings.
ShowTitlePanel Gets or sets whether the title panel is displayed. Inherited from ASPxGridSettings.
ShowVerticalScrollBar Obsolete. Gets or sets whether the vertical scrollbar is displayed.
UseFixedTableLayout Gets or sets whether the ASPxGridView’s width can be changed by a browser to display the entire content.
VerticalScrollableHeight Gets or sets the scrollable area’s height. Inherited from ASPxGridSettings.
VerticalScrollBarMode Gets or sets a value specifying the vertical scrollbar’s display mode. Inherited from ASPxGridSettings.
VerticalScrollBarStyle Gets or sets the operating mode of the vertical scrollbar.

Methods

Name Description
Assign(PropertiesBase) Copies the settings from the specified object to the current one.
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