Skip to main content
A newer version of this page is available. .

PGridOptionsBehavior Members

Provides behavior options for a PropertyGridControl.

Constructors

Name Description
PGridOptionsBehavior() Initializes a new instance of the PGridOptionsBehavior class.

Properties

Name Description
AllowAnimatedScrolling Gets or sets whether an animation effect is used while scrolling vertically. Inherited from VGridOptionsBehavior.
AllowDynamicRowLoading Gets or sets whether a selected object’s properties are loaded dynamically.
AllowGroupExpandAnimation Gets or sets whether grid rows are expanded and collapsed using an animation effect. Inherited from VGridOptionsBehavior.
AutoFocusNewRecord Gets or sets whether adding a new record to an underlying data source automatically moves focus to the corresponding grid record. Inherited from VGridOptionsBehavior.
AutoPostEditorDelay Gets or sets the time delay of actually changing the value after it was changed in the editor.
AutoSelectAllInEditor Gets or sets whether the entire contents of the editor is selected when a cell’s editor is activated using the ENTER or F2 keys. Inherited from VGridOptionsBehavior.
CopyToClipboardWithRowHeaders Gets or sets whether row captions are copied to the Clipboard when CTRL+C is pressed or the VGridControlBase.CopyToClipboard method is called. Inherited from VGridOptionsBehavior.
DragRowHeaders Gets or sets whether end-users are allowed to move row headers using drag and drop. Inherited from VGridOptionsBehavior.
Editable Gets or sets whether end-users are allowed to invoke cell editors. Inherited from VGridOptionsBehavior.
PreserveChildRows Gets or sets whether child rows remain hidden if their parent row is removed from the Customization Form using drag and drop. Inherited from VGridOptionsBehavior.
PropertySort Gets or sets the way properties are sorted in the Property Grid control.
RecordsMouseWheel Gets or sets whether end-users scroll through records or rows when scrolling using the mouse wheel. Inherited from VGridOptionsBehavior.
ResizeHeaderPanel Gets or sets whether end-users can change the row header panel’s width. Inherited from VGridOptionsBehavior.
ResizeRowHeaders Gets or sets whether end-users can resize row headers. Inherited from VGridOptionsBehavior.
ResizeRowValues Gets or sets whether end-users can change the width of the records by dragging their edges. Inherited from VGridOptionsBehavior.
ShowEditorOnMouseUp Gets or sets whether a cell’s editor is activated when the mouse button is released from a click within the cell. Inherited from VGridOptionsBehavior.
ShowOnlyBrowsableProperties Gets or sets whether to show only browsable properties, as specified in the System.ComponentModel.BrowsableAttribute.
SmartExpand Gets 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. Inherited from VGridOptionsBehavior.
UnboundColumnExpressionEditorMode Gets or sets the type of unbound expression editor that end-users can utilize to modify expressions for unbound rows owned by this Vertical Grid. Inherited from VGridOptionsBehavior.
UseDefaultEditorsCollection Gets or sets whether editors from the PropertyGridControl.DefaultEditors collection are used to represent and edit row values of specific types. Inherited from VGridOptionsBehavior.
UseEnterAsTab Gets 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. Inherited from VGridOptionsBehavior.
UseTabKey Gets 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. Inherited from VGridOptionsBehavior.

Methods

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