Back to Devexpress

GridOptionsView Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridoptionsview-dot-underscore-properties.md

latest13.1 KB
Original Source

GridOptionsView Properties

Provides appearance options for Grid Views.

NameDescription
AllowCellMergeGets or sets whether neighboring cells with identical values merge.
AllowFormatRuleDescriptionGets or sets whether to display format rule descriptions in the Rule Editor and Rule Manager. Inherited from ColumnViewOptionsView.
AllowGlyphSkinningGets or sets whether column and band icons within the current View should be painted with the same colors as the column captions.
AllowHtmlDrawDetailTabsGets or sets whether to parse HTML-inspired tags in tab captions. This option must be applied to the master view.
AllowHtmlDrawGroupsGets or sets whether HTML tags can be used to format text in group rows.
AllowHtmlDrawHeadersGets or sets whether HTML formatting can be applied to column and band captions.
AnimationTypeGets or sets the animation mode, which identifies cells for which animation is enabled. Inherited from ColumnViewOptionsView.
AutoCalcPreviewLineCountGets or sets a value specifying whether the number of text lines within preview sections is calculated automatically depending on their contents.
BestFitMaxRowCountGets or sets the number of data rows whose content is processed to apply best fit to columns.
BestFitModeGets or sets whether column best-fit resizing operations should prioritize precision or speed.
BestFitUseErrorInfoGets or sets whether cell error icons are taken into account when calculating the “best width” for columns.
ColumnAutoWidthGets or sets a value that specifies columns automatically adjust their width to fit the grid’s width.
ColumnHeaderAutoHeightGets or sets whether the column header panel height is automatically adjusted to fit wrapped column captions.
EnableAppearanceEvenRowGets or sets whether the even rows are painted using the appearance settings provided by the GridViewAppearances.EvenRow property.
EnableAppearanceOddRowGets or sets whether the odd rows are painted using the appearance settings provided by the GridViewAppearances.OddRow property.
FilterCriteriaDisplayStyleGets or sets the display style of filter conditions in the Filter Panel and built-in Filter Editor. Inherited from ColumnViewOptionsView.
FixedColumnHighlightModeGets or sets whether to render fixed columns with thicker column borders or a different cell background color.
GroupDrawModeGets or sets a value specifying how group rows should be painted.
GroupFooterShowModeGets or sets which groups display footers.
HeaderFilterButtonShowModeGets or sets the display style of column filter buttons.
MergedCellEditModeGets or sets how users can edit merged cells.
NewItemRowPositionGets or sets the new item row’s position within the View.
RowAutoHeightGets or sets whether the Data Grid automatically adjusts data row heights depending on cell content.
ShowAutoFilterRowGets or sets whether to display the Auto Filter Row.
ShowButtonModeGets or sets a value that specifies which column cells display editor buttons. Inherited from ColumnViewOptionsView.
ShowChildrenInGroupPanelGets or sets a value specifying whether the View’s group panel acts as a joined group panel.
ShowColumnHeadersGets or sets whether column headers are visible.
ShowDetailButtonsGets or sets a value specifying whether master rows display master-detail expand buttons.
ShowErrorPanelGets or sets whether exceptions raised by a data source in instant feedback server mode are shown in a flyout panel (contains the “Copy Text” button).
ShowFilterPanelObsolete. Gets or sets whether the filter panel is displayed when data filtering is applied. Inherited from ColumnViewOptionsView.
ShowFilterPanelModeGets or sets a value which specifies when the Filter Panel is shown. Inherited from ColumnViewOptionsView.
ShowFooterGets or sets a value specifying whether the view footer is displayed.
ShowGroupedColumnsGets or sets a value specifying whether grouping columns are displayed within the View.
ShowGroupExpandCollapseButtonsGets or sets whether group expand buttons are visible.
ShowGroupPanelGets or sets a value specifying whether the group panel is visible.
ShowGroupPanelColumnsAsSingleRowGets or sets whether group column headers are arranged in the group panel in a horizontal line.
ShowHorizontalLinesGets or sets whether to display horizontal grid lines.
ShowHorzLinesObsolete. Gets or sets a value specifying whether horizontal grid lines are displayed.
ShowIndicatorGets or sets a value specifying whether the row indicator panel is displayed.
ShowNewItemRowObsolete. Gets or sets a value specifying whether the new item row is displayed.
ShowPreviewGets or sets whether to display the preview sections.
ShowPreviewLinesObsolete. Gets or sets whether preview lines are displayed.
ShowPreviewRowLinesGets or sets whether horizontal lines are displayed below preview sections.
ShowVerticalLinesGets or sets whether to display vertical grid lines.
ShowVertLinesObsolete. Gets or sets a value specifying whether vertical grid lines are displayed.
ShowViewCaptionGets or sets whether the View Caption is displayed above the View. Inherited from ColumnViewOptionsView.
WaitAnimationOptionsGets or sets how async data loading operations are indicated. This property is in effect in Instant Feedback Mode.

See Also

GridOptionsView Class

GridOptionsView Members

DevExpress.XtraGrid.Views.Grid Namespace