GridViewAppearances Members
In This Article
#Constructors
Name | Description |
---|---|
Grid |
Initializes a new instance of the Grid |
#Properties
Name | Description |
---|---|
Column |
Gets the appearance settings used to paint filter buttons. |
Column |
Gets the appearance settings used to paint the filter buttons displayed within columns that are involved in filtering. |
Customization |
Gets or sets the appearance of the hint text displayed within an empty Customization Form. |
Detail |
Gets the appearance settings used to paint the detail tooltips. |
Empty | Gets the appearance settings used to paint the View’s empty space. |
Even |
Gets the appearance settings used to paint even data rows. |
Filter |
Gets the appearance settings used to paint the filter close button.
Inherited from Column |
Filter |
Gets the appearance settings used to paint the filter panel.
Inherited from Column |
Fixed |
Gets the appearance settings used to paint the fixed lines. |
Focused |
Gets the appearance settings used to paint the currently focused row cell. |
Focused |
Gets the appearance settings used to paint the currently focused row when the grid control contains focus. For the Focused |
Footer |
Gets the appearance settings used to paint the view footer. |
Group |
Gets the appearance settings used to paint group expand buttons. |
Group |
Gets the appearance settings used to paint the group footer. |
Group |
Gets the appearance settings used to paint the group panel. |
Group |
Gets the appearance settings used to paint group rows (and the corresponding indents). |
Header |
Gets the appearance settings used to paint column headers and row indicator panel. |
Hide |
Gets the appearance settings used to paint the selected row |
Horz |
Gets the appearance settings used to paint the horizontal lines. |
Hot |
Allows you to customize the appearance settings used to paint hot-tracked rows. |
Is |
Gets whether the current object has been disposed of.
Inherited from Base |
Is |
Indicates whether the View that owns the current collection is currently being initialized.
Inherited from Base |
No |
Inherited from Column |
Odd |
Gets the appearance settings used to paint odd data rows. |
Preview | Gets the appearance settings used to paint the preview sections. |
Row | Gets the appearance settings used to paint the data rows. |
Row |
Gets the appearance settings used to paint the row separators. |
Selected |
Gets the appearance settings used to paint the selected data rows. |
Top |
Gets the appearance settings used to paint the new item row when it is displayed at the top of a View. |
Vert |
Gets the appearance settings used to paint the vertical lines. |
View |
Contains appearance settings used to customize the View Caption.
Inherited from Column |
#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 |
Returns an appearance object that contains settings to paint the Row Indicator Panel. |
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 |
Gets the object’s text representation.
Inherited from Base |
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