For a list of all members of this type, see VisualGridElementStyle members.
Public Methods
| Name | Description |
| Apply | Overloaded. Overridden. Applies the style to the specified grid element. |
| Clone | Overridden. Creates an exact copy of the style. |
| Equals | Overridden. Determines whether the specified object is equal to the current VisualGridElementStyle. |
| GetHashCode | Overridden. Serves as a hash function for the VisualGridElementStyle object, suitable for use in hashing algorithms and data structures such as a hash table. |
| Reset | Resets all of the properties that have been explicitly set back to their default values. (Inherited from Xceed.Grid.GridElementStyle) |
| ResetBackColor | Resets the value of the BackColor property to its default value, DefaultBackColor. (Inherited from Xceed.Grid.GridElementStyle) |
| ResetBackgroundImage | Resets the value of the BackgroundImage property to its default value, DefaultBackgroundImage. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) |
| ResetBackgroundImageAlignment | Resets the value of the BackgroundImageAlignment property to its default value, DefaultBackgroundImageAlignment. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) |
| ResetBackgroundImageStyle | Resets the value of the BackgroundImageStyle property to its default value, DefaultBackgroundImageStyle. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) |
| ResetClipPartialLine | Resets the value of the ClipPartialLine property to its default value, DefaultClipPartialLine. (Inherited from Xceed.Grid.GridElementStyle) |
| ResetFont | Resets the value of the Font property to its default value, DefaultFont. (Inherited from Xceed.Grid.GridElementStyle) |
| ResetForeColor | Resets the value of the ForeColor property to its default value, DefaultForeColor. (Inherited from Xceed.Grid.GridElementStyle) |
| ResetGradientMap | Resets the value of the GradientMap property to its default value, DefaultGradientMap. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) |
| ResetHorizontalAlignment | Resets the value of the HorizontalAlignment property to its default value, DefaultHorizontalAlignment. (Inherited from Xceed.Grid.GridElementStyle) |
| ResetHotVisualStyle | Resets the hot visual style of a VisualGridElement that is in a hot state. |
| ResetOverrideUIStyle | Resets the value of the OverrideUIStyle property to its default value, DefaultOverrideUIStyle. (Inherited from Xceed.Grid.GridElementStyle) |
| ResetTrimming | Resets the value of the Trimming property to its default value, DefaultTrimming. (Inherited from Xceed.Grid.GridElementStyle) |
| ResetVerticalAlignment | Resets the value of the VerticalAlignment property to its default value, DefaultVerticalAlignment. (Inherited from Xceed.Grid.GridElementStyle) |
| ResetWordWrap | Resets the value of the WordWrap property to its default value, DefaultWordWrap. (Inherited from Xceed.Grid.GridElementStyle) |
Top
Protected Methods
See Also