VGridAppearanceCollectionEx Members
In This Article
#Constructors
Name | Description |
---|---|
VGrid |
Initializes a new instance of the VGrid |
#Properties
Name | Description |
---|---|
Band |
Provides appearance settings used to paint the borders of a Band.
Inherited from VGrid |
Caption |
Inherited from VGrid |
Category |
Provides appearance settings used to paint Category Rows.
Inherited from VGrid |
Category |
Provides appearance settings used to paint Category Expand Buttons.
Inherited from VGrid |
Disabled |
Provides appearance settings used to paint values of disabled rows.
Inherited from VGrid |
Disabled |
Provides appearance settings used to paint the headers of disabled rows.
Inherited from VGrid |
Empty |
Provides appearance settings used to paint the empty area of the control.
Inherited from VGrid |
Expand |
Provides appearance settings used to paint Expand Buttons.
Inherited from VGrid |
Filter |
Provides access to the appearance settings used to paint the filter panel (shown when a filter is applied to the data, allowing end-users to customize the filter).
Inherited from VGrid |
Fixed |
Provides access to the appearance settings used to paint fixed row dividers.
Inherited from VGrid |
Focused |
Provides appearance settings used to paint the currently focused cell.
Inherited from VGrid |
Focused |
Provides appearance settings used to paint cells that belong to the focused record.
Inherited from VGrid |
Focused |
Contains appearance settings used to paint the focused record’s header. |
Focused |
Provides appearance settings used to paint the header of the focused row.
Inherited from VGrid |
Hide |
Contains appearance settings used to paint the focused record’s header when the control is not focused. |
Hide |
Provides appearance settings used to paint the header of the focused row when the control is not focused.
Inherited from VGrid |
Horz |
Provides appearance settings used to paint horizontal lines that separate the control’s rows.
Inherited from VGrid |
Is |
Gets whether the current object has been disposed of.
Inherited from Base |
Is |
Indicates whether the grid control that owns the current collection is being initialized.
Inherited from VGrid |
Modified |
Provides appearance settings used to paint modified values in a Property |
Modified |
Provides appearance settings used to paint the headers of rows that contain modified values.
This property is only in effect for the Property |
Pressed |
Provides appearance settings used to paint the headers of pressed rows.
Inherited from VGrid |
Read |
Provides access to appearance settings used to paint values of read-only rows.
Inherited from VGrid |
Read |
Provides access to appearance settings used to paint headers of read-only rows.
Inherited from VGrid |
Record |
Contains appearance settings used to paint headers of regular records. |
Record |
Provides the default appearance settings used to paint values of regular rows.
Inherited from VGrid |
Row |
Provides appearance settings used to paint the Row Header Panel.
Inherited from VGrid |
Selected |
Contains appearance settings used to paint selected category rows in multiple row selection mode (Multi |
Selected |
Contains appearance settings used to paint selected cells in multiple cell selection mode (Multi |
Selected |
Contains appearance settings used to paint selected records in multiple record selection mode (Multi |
Selected |
Contains appearance settings used to paint the headers of selected records (see Options |
Selected |
Contains appearance settings used to paint selected rows in multiple row selection mode (Multi |
Vert |
Provides appearance settings used to paint vertical lines that separate the control’s columns.
Inherited from VGrid |
#Methods
Name | Description |
---|---|
Assign |
Copies the settings from the object passed as the parameter.
Inherited from Base |
Assign |
Copies the settings from the object passed as the parameter without raising the Base |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
Combine |
Copies the activated appearance settings of the object passed as the parameter and activates their corresponding options, any properties not activated are set to the value in the default appearance object.
Inherited from Base |
Combine |
Copies the activated appearance settings of the object passed as the parameter to the current object, any properties that aren’t activated are set to the value in the default appearance object.
Inherited from Base |
Dispose() |
Releases all the resources used by the current object.
Inherited from 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 |
Gets an appearance object contained within the collection by its name.
Inherited from Base |
Get |
Returns an IDictionary |
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 the properties of all the appearance objects within the collection to their default values.
Inherited from Base |
Restore |
Restores the appearance settings stored at the specified system registry path.
Inherited from Base |
Restore |
Restores the appearance settings from the specified stream.
Inherited from Base |
Restore |
Loads the appearance settings stored in the specified XML file.
Inherited from Base |
Save |
Saves the appearance settings to a system registry path.
Inherited from Base |
Save |
Saves the appearance settings to a specific stream.
Inherited from Base |
Save |
Saves the appearance settings to a specific XML file.
Inherited from Base |
Should |
Tests whether the Base |
To |
Returns the textual representation of VGrid |
Update |
Updates the right-to-left text direction option.
Inherited from Base |
#Events
Name | Description |
---|---|
Changed |
Fires when the collection is changed.
Inherited from Base |
Paint |
Occurs when specific settings that control the text appearance are changed.
Inherited from Base |
Size |
Occurs when specific settings that control text size are changed.
Inherited from Base |
See Also