Back to Devexpress

PGridOptionsView Properties

windowsforms-devexpress-dot-xtraverticalgrid-dot-pgridoptionsview-dot-underscore-properties.md

latest8.0 KB
Original Source

PGridOptionsView Properties

Provides view options for a property grid control.

NameDescription
AllowGlyphSkinningGets or sets whether row and band icons are painted using the foreground color of these rows and bands. Inherited from BaseOptionsView.
AllowHtmlTextGets or sets whether row captions (and record headers in the VGridControl) can be formatted using HTML tags. Inherited from BaseOptionsView.
AllowPaintValueGets or sets whether to display value representations provided by custom editors (Classic view only).
AllowRowHeaderReadOnlyAppearanceGets or sets whether to paint read-only row headers according to the ReadOnlyRow appearance settings. Office view only.
AutoScaleBandsGets or sets whether bands are stretched to occupy the entire control. Inherited from BaseOptionsView.
CategoryLevelIndentStyleGets or sets how to draw indents for categories and row headers. Inherited from BaseOptionsView.
DisableSkinBorderObsolete. This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BaseOptionsView.
EditorAlignmentGets or sets whether editors are aligned at the left, right, center, or stretched.
EditorPositionGets or sets whether editors are located before or after captions.
FixedLineWidthGets or sets the width of fixed row dividers. Inherited from BaseOptionsView.
FixRowHeaderPanelWidthGets or sets whether the width of row headers remain constant when the control’s size or layout style is changed. Inherited from BaseOptionsView.
GradientHeightGets or sets the height of the gradual fade out effect of property rows at the top and bottom when scrolling. The Office view only.
LevelIndentGets or sets the horizontal indent for child rows. Inherited from BaseOptionsView.
MaxRowAutoHeightGets or sets the maximum height for rows, when the row auto-height feature is enabled. Inherited from BaseOptionsView.
MinRowAutoHeightGets or sets the minimum height for rows, when the row auto-height feature is enabled. Inherited from BaseOptionsView.
PasswordCharGets or sets the password character displayed instead of actual characters. Password mode is enabled for fields marked with the PasswordPropertyTextAttribute attribute.
ShowButtonsGets or sets whether collapse/expand buttons are displayed in parent rows. This property is obsolete. Use ShowCollapseButtons instead. Inherited from BaseOptionsView.
ShowCaptionGets or sets whether the control displays a caption (Caption) at the top. Inherited from BaseOptionsView.
ShowCollapseButtonsGets or sets whether collapse/expand buttons are displayed in parent rows. Inherited from BaseOptionsView.
ShowEmptyRowImageGets or sets whether the captions of row headers are shifted right regardless of whether an image is shown within the row header. Inherited from BaseOptionsView.
ShowFocusedFrameGets or sets whether a frame is displayed around the focused cell and the focused category row caption in the Classic view, and around the focused row caption in the Office view.
ShowHorzLinesGets or sets whether horizontal lines are displayed. Inherited from BaseOptionsView.
ShowRootCategoriesGets or sets whether top-level category rows are visible. Inherited from BaseOptionsView.
ShowRootLevelIndentGets or sets whether root-level rows are indented. Inherited from BaseOptionsView.
ShowRowBrickGets or sets whether to display brick buttons against properties that invoke a context menu (the Office view only).
ShowRowsGets or sets whether row headers are displayed. Inherited from BaseOptionsView.
ShowVertLinesGets or sets whether vertical lines are visible. Inherited from BaseOptionsView.

See Also

PGridOptionsView Class

PGridOptionsView Members

DevExpress.XtraVerticalGrid Namespace