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

MVCxGridViewSettings Properties

Contains specific settings of the GridView.
Name Description
AutoFilterCondition Specifies the type of comparison operator used by filter row to create filter conditions. Inherited from ASPxGridViewSettings.
ColumnMaxWidth Gets or sets a value that specifies the grid columns’ maximum width. Inherited from ASPxGridViewSettings.
ColumnMinWidth Gets or sets the minimum width of grid columns. Inherited from ASPxGridViewSettings.
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. Inherited from ASPxGridViewSettings.
GroupFormat Specifies the text pattern for group rows. Inherited from ASPxGridViewSettings.
GroupFormatForMergedGroup Specifies the text pattern for merged groups. Inherited from ASPxGridViewSettings.
GroupFormatForMergedGroupRow Specifies the text pattern for merged group rows. Inherited from ASPxGridViewSettings.
GroupSummaryTextSeparator Gets or sets a separator dividing multiple summary texts displayed within group rows. Inherited from ASPxGridViewSettings.
HorizontalScrollBarMode Gets or sets a value specifying the horizontal scrollbar’s display mode. Inherited from ASPxGridSettings.
MergedGroupSeparator Specifies the separator that the grid displays between grouped columns within merged group rows. Inherited from ASPxGridViewSettings.
ShowColumnHeaders Gets or sets whether column headers are displayed. Inherited from ASPxGridViewSettings.
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. Inherited from ASPxGridViewSettings.
ShowFilterRowMenu Specifies whether the grid displays filter row buttons within the filter row. Inherited from ASPxGridViewSettings.
ShowFilterRowMenuLikeItem Gets or sets whether the Like item is displayed within the filter row menu. Inherited from ASPxGridViewSettings.
ShowFooter Gets or sets whether the view’s footer is displayed. Inherited from ASPxGridViewSettings.
ShowGroupButtons Gets or sets whether group expand buttons are displayed within group rows. Inherited from ASPxGridViewSettings.
ShowGroupedColumns Specifies whether the grid displays grouped columns. Inherited from ASPxGridViewSettings.
ShowGroupFooter Gets or sets a value that specifies the ASPxGridView group footers visibility. Inherited from ASPxGridViewSettings.
ShowGroupPanel Specifies whether the grid displays the Group Panel. Inherited from ASPxGridViewSettings.
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. Inherited from ASPxGridViewSettings.
ShowPreview Gets or sets whether preview rows are displayed. Inherited from ASPxGridViewSettings.
ShowStatusBar Specifies the visibility of the Status Bar. Inherited from ASPxGridSettings.
ShowTitlePanel Specifies whether the grid displays the Title Panel. Inherited from ASPxGridSettings.
ShowVerticalScrollBar Obsolete. Gets or sets whether the vertical scrollbar is displayed. Inherited from ASPxGridViewSettings.
UseFixedTableLayout Gets or sets whether the ASPxGridView’s width can be changed by a browser to display the entire content. Inherited from ASPxGridViewSettings.
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. Inherited from ASPxGridViewSettings.
See Also