Back to Devexpress

VGridOptionsView Members

windowsforms-devexpress-dot-xtraverticalgrid-dot-vgridoptionsview-dot-underscore-members.md

latest12.2 KB
Original Source

VGridOptionsView Members

Provides view options for a vertical grid control.

Constructors

NameDescription
VGridOptionsView()Initializes a new instance of the VGridOptionsView class.

Fields

NameDescription
DefaultLevelIndent static

The default value for the BaseOptionsView.LevelIndent property. The DefaultLevelIndent field is set to -1.

Inherited from BaseOptionsView. |

Properties

NameDescription
AllowFormatRuleDescriptionGets or sets whether to display format rule descriptions in Rule Editor and Rule Manager.
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.
AllowReadOnlyRowAppearanceGets or sets whether to paint read-only rows according to the ReadOnlyRow and ReadOnlyRecordValue appearance settings. Inherited from BaseOptionsView.
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.
FilterCriteriaDisplayStyleGets or sets the display style of filter conditions in the Filter Panel, MRU Filter List and built-in Filter Editor.
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.
HeaderFilterButtonShowModeGets or sets whether to display smart tags or buttons in row headers to invoke the filter dropdown.
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.
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.
ShowFilterPanelModeGets or sets whether the filter panel is automatically shown when a filter is applied (the default), is always visible, or is always hidden.
ShowFocusedFrameGets or sets whether a focus frame is displayed around the focused cell. Inherited from BaseOptionsView.
ShowHorzLinesGets or sets whether horizontal lines are displayed. Inherited from BaseOptionsView.
ShowRecordHeadersGets or sets whether record headers are enabled. This property is in effect in Multi-Record view mode (see VGridControl.LayoutStyle).
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.
ShowRowsGets or sets whether row headers are displayed. Inherited from BaseOptionsView.
ShowVertLinesGets or sets whether vertical lines are visible. Inherited from BaseOptionsView.

Methods

NameDescription
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) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

VGridOptionsView Class

DevExpress.XtraVerticalGrid Namespace