For a list of all members of this type, see GridElementStyle members.
Public Methods
| Name | Description |
| Apply | Overloaded. Applies the style to the specified grid element. |
| Clone | Creates an exact copy of the style. |
| Equals | Determines whether the specified object is equal to the current GridElementStyle. |
| GetHashCode | Serves as a hash function for the GridElementStyle 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. |
| ResetBackColor | Resets the value of the BackColor property to its default value, DefaultBackColor. |
| ResetClipPartialLine | Resets the value of the ClipPartialLine property to its default value, DefaultClipPartialLine. |
| ResetFont | Resets the value of the Font property to its default value, DefaultFont. |
| ResetForeColor | Resets the value of the ForeColor property to its default value, DefaultForeColor. |
| ResetHorizontalAlignment | Resets the value of the HorizontalAlignment property to its default value, DefaultHorizontalAlignment. |
| ResetOverrideUIStyle | Resets the value of the OverrideUIStyle property to its default value, DefaultOverrideUIStyle. |
| ResetTrimming | Resets the value of the Trimming property to its default value, DefaultTrimming. |
| ResetVerticalAlignment | Resets the value of the VerticalAlignment property to its default value, DefaultVerticalAlignment. |
| ResetWordWrap | Resets the value of the WordWrap property to its default value, DefaultWordWrap. |
Top
Protected Methods
See Also