windowsforms-devexpress-dot-xtraverticalgrid-dot-pgridoptionsview-dot-underscore-members.md
Provides view options for a property grid control.
| Name | Description |
|---|---|
| PGridOptionsView(PropertyGridControl) | Initializes a new instance of the PGridOptionsView class with specified settings. |
| Name | Description |
|---|---|
| DefaultLevelIndent static |
The default value for the BaseOptionsView.LevelIndent property. The DefaultLevelIndent field is set to -1.
Inherited from BaseOptionsView. |
| Name | Description |
|---|---|
| AllowGlyphSkinning | Gets or sets whether row and band icons are painted using the foreground color of these rows and bands. Inherited from BaseOptionsView. |
| AllowHtmlText | Gets or sets whether row captions (and record headers in the VGridControl) can be formatted using HTML tags. Inherited from BaseOptionsView. |
| AllowPaintValue | Gets or sets whether to display value representations provided by custom editors (Classic view only). |
| AllowRowHeaderReadOnlyAppearance | Gets or sets whether to paint read-only row headers according to the ReadOnlyRow appearance settings. Office view only. |
| AutoScaleBands | Gets or sets whether bands are stretched to occupy the entire control. Inherited from BaseOptionsView. |
| CategoryLevelIndentStyle | Gets or sets how to draw indents for categories and row headers. Inherited from BaseOptionsView. |
| DisableSkinBorder | Obsolete. This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BaseOptionsView. |
| EditorAlignment | Gets or sets whether editors are aligned at the left, right, center, or stretched. |
| EditorPosition | Gets or sets whether editors are located before or after captions. |
| FixedLineWidth | Gets or sets the width of fixed row dividers. Inherited from BaseOptionsView. |
| FixRowHeaderPanelWidth | Gets or sets whether the width of row headers remain constant when the control’s size or layout style is changed. Inherited from BaseOptionsView. |
| GradientHeight | Gets or sets the height of the gradual fade out effect of property rows at the top and bottom when scrolling. The Office view only. |
| LevelIndent | Gets or sets the horizontal indent for child rows. Inherited from BaseOptionsView. |
| MaxRowAutoHeight | Gets or sets the maximum height for rows, when the row auto-height feature is enabled. Inherited from BaseOptionsView. |
| MinRowAutoHeight | Gets or sets the minimum height for rows, when the row auto-height feature is enabled. Inherited from BaseOptionsView. |
| PasswordChar | Gets or sets the password character displayed instead of actual characters. Password mode is enabled for fields marked with the PasswordPropertyTextAttribute attribute. |
| ShowButtons | Gets or sets whether collapse/expand buttons are displayed in parent rows. This property is obsolete. Use ShowCollapseButtons instead. Inherited from BaseOptionsView. |
| ShowCaption | Gets or sets whether the control displays a caption (Caption) at the top. Inherited from BaseOptionsView. |
| ShowCollapseButtons | Gets or sets whether collapse/expand buttons are displayed in parent rows. Inherited from BaseOptionsView. |
| ShowEmptyRowImage | Gets 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. |
| ShowFocusedFrame | Gets 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. |
| ShowHorzLines | Gets or sets whether horizontal lines are displayed. Inherited from BaseOptionsView. |
| ShowRootCategories | Gets or sets whether top-level category rows are visible. Inherited from BaseOptionsView. |
| ShowRootLevelIndent | Gets or sets whether root-level rows are indented. Inherited from BaseOptionsView. |
| ShowRowBrick | Gets or sets whether to display brick buttons against properties that invoke a context menu (the Office view only). |
| ShowRows | Gets or sets whether row headers are displayed. Inherited from BaseOptionsView. |
| ShowVertLines | Gets or sets whether vertical lines are visible. Inherited from BaseOptionsView. |
| Name | Description |
|---|---|
| Assign(BaseOptions) | Copies all the settings from the options object passed as the parameter to the current object. |
| BeginUpdate() | Locks the BaseOptions object by disallowing visual updates until the EndUpdate or CancelUpdate method is called. Inherited from BaseOptions. |
| CancelUpdate() | Unlocks the BaseOptions object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from BaseOptions. |
| EndUpdate() | Unlocks the BaseOptions object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BaseOptions. |
| 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. |
| Reset() | Resets all options to their default values. Inherited from BaseOptions. |
| ToString() | Returns a string representing the currently enabled options. Inherited from BaseOptions. |
See Also