PGridOptionsBehavior Members
In This Article
#Constructors
Name | Description |
---|---|
PGrid |
Initializes a new instance of the PGrid |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether an animation effect is used while scrolling vertically.
Inherited from VGrid |
Allow |
Gets or sets whether users can click row headers or collapse buttons to collapse parent rows.
Inherited from VGrid |
Allow |
Gets or sets whether a selected object’s properties are loaded dynamically. |
Allow |
Gets or sets whether grid rows are expanded and collapsed using an animation effect.
Inherited from VGrid |
Allow |
Gets or sets whether record comparison is enabled.
Inherited from VGrid |
Allow |
Gets or sets whether users can sort data in the control.
Inherited from VGrid |
Allow |
Gets or sets whether users can click a row header to sort data.
Inherited from VGrid |
Auto |
Gets or sets whether adding a new record to an underlying data source automatically moves focus to the corresponding grid record.
Inherited from VGrid |
Auto |
Gets or sets the time delay of actually changing the value after it was changed in the editor. |
Auto |
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 VGrid |
Copy |
Gets or sets whether row captions are copied to the Clipboard when CTRL+C is pressed or the VGrid |
Drag |
Gets or sets whether end-users are allowed to move row headers using drag and drop.
Inherited from VGrid |
Editable |
Gets or sets whether end-users are allowed to invoke cell editors.
Inherited from VGrid |
Editor |
Gets 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.
Inherited from VGrid |
Hyperlink |
Gets or sets whether and how hyperlinks in row captions and record headers are activated.
Inherited from VGrid |
Preserve |
Gets or sets whether child rows remain hidden if their parent row is removed from the Customization Form using drag and drop.
Inherited from VGrid |
Property |
Gets or sets the way properties are sorted in the Property Grid control. |
Records |
Gets or sets whether end-users scroll through records or rows when scrolling using the mouse wheel.
Inherited from VGrid |
Refresh |
Gets or sets whether the control automatically updates the content when the selected object’s property changes. |
Resize |
Gets or sets whether end-users can change the row header panel’s width.
Inherited from VGrid |
Resize |
Gets or sets whether end-users can resize row headers.
Inherited from VGrid |
Resize |
Gets or sets whether end-users can change the width of the records by dragging their edges.
Inherited from VGrid |
Show |
Gets or sets whether a cell editor is activated when the left mouse button is released. This property is obsolete, use Editor |
Show |
Gets or sets whether to show only browsable properties, as specified in the System. |
Smart |
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 VGrid |
Unbound |
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 VGrid |
Use |
Gets or sets whether editors from the Property |
Use |
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 VGrid |
Use |
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 VGrid |
Value |
#Methods
Name | Description |
---|---|
Assign |
Copies all the settings from the options object passed as the parameter to the current object. |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Resets all options to their default values.
Inherited from Base |
To |
Returns a string representing the currently enabled options.
Inherited from Base |
See Also