Back to Devexpress

VGridOptionsBehavior Properties

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

latest5.9 KB
Original Source

VGridOptionsBehavior Properties

Provides behavior options for a vertical grid control..

NameDescription
AllowAnimatedScrollingGets or sets whether an animation effect is used while scrolling vertically.
AllowCollapseRowsGets or sets whether users can click row headers or collapse buttons to collapse parent rows.
AllowGroupExpandAnimationGets or sets whether grid rows are expanded and collapsed using an animation effect.
AllowRecordComparisonGets or sets whether record comparison is enabled.
AllowSortGets or sets whether users can sort data in the control.
AllowSortOnClickGets or sets whether users can click a row header to sort data.
AutoFocusNewRecordGets or sets whether adding a new record to an underlying data source automatically moves focus to the corresponding grid record.
AutoSelectAllInEditorGets or sets whether the entire contents of the editor is selected when a cell’s editor is activated using the ENTER or F2 keys.
CopyToClipboardWithRowHeadersGets or sets whether row captions are copied to the Clipboard when CTRL+C is pressed or the VGridControlBase.CopyToClipboard method is called.
DragRowHeadersGets or sets whether end-users are allowed to move row headers using drag and drop.
EditableGets or sets whether end-users are allowed to invoke cell editors.
EditorShowModeGets or sets whether a cell editor is activated when the left mouse button is pressed or released, and whether the cell should be focused to activate the editor.
HyperlinkClickModeGets or sets whether and how hyperlinks in row captions and record headers are activated.
PreserveChildRowsGets or sets whether child rows remain hidden if their parent row is removed from the Customization Form using drag and drop.
RecordsMouseWheelGets or sets whether end-users scroll through records or rows when scrolling using the mouse wheel.
ResizeHeaderPanelGets or sets whether end-users can change the row header panel’s width.
ResizeRowHeadersGets or sets whether end-users can resize row headers.
ResizeRowValuesGets or sets whether end-users can change the width of the records by dragging their edges.
ShowEditorOnMouseUpGets or sets whether a cell editor is activated when the left mouse button is released. This property is obsolete, use EditorShowMode instead.
SmartExpandGets or sets whether rows are automatically scrolled vertically when a parent row is expanded so that the maximum number of child rows possible is visible onscreen.
UnboundColumnExpressionEditorModeGets or sets the type of unbound expression editor that end-users can utilize to modify expressions for unbound rows owned by this Vertical Grid.
UseDefaultEditorsCollectionGets or sets whether editors from the PropertyGridControl.DefaultEditors collection are used to represent and edit row values of specific types.
UseEnterAsTabGets or sets whether pressing the ENTER key hides the currently active cell editor saving the changes made to its content and moves focus to the next row’s cell activating its editor.
UseTabKeyGets or sets whether the TAB/SHIFT + TAB key combinations move focus to the next/previous cell or to the next/previous control in the tab order.

See Also

VGridOptionsBehavior Class

VGridOptionsBehavior Members

DevExpress.XtraVerticalGrid Namespace