Name | Description | |
---|---|---|
GridElementStyle Constructor | Overloaded. |
The following tables list the members exposed by GridElementStyle.
Name | Description | |
---|---|---|
GridElementStyle Constructor | Overloaded. |
Name | Description | |
---|---|---|
BackColor | Gets or sets the background color of the grid element. | |
ClipPartialLine | Gets or sets a boolean value indicating if partial lines should be clipped. | |
Font | Gets or sets the font of the grid element. | |
ForeColor | Gets or sets the foreground color of the grid element. | |
HorizontalAlignment | Gets or sets the horizontal alignment of the grid element's content. | |
IsBackColorDefined | Gets a boolean value indicating if the BackColor property has been explicitly set. | |
IsClipPartialLineDefined | Gets a boolean value indicating if the ClipPartialLine property has been explicitly set. | |
IsFontDefined | Gets a boolean value indicating if the Font property has been explicitly set. | |
IsForeColorDefined | Gets a boolean value indicating if the ForeColor property has been explicitly set. | |
IsHorizontalAlignmentDefined | Gets a boolean value indicating if the HorizontalAlignment property has been explicitly set. | |
IsOverrideUIStyleDefined | Gets a boolean value indicating whether the OverrideUIStyle property has been explicitly set. | |
IsTrimmingDefined | Gets a boolean value indicating if the Trimming property has been explicitly set. | |
IsVerticalAlignmentDefined | Gets a boolean value indicating if the VerticalAlignment property has been explicitly set. | |
IsWordWrapDefined | Gets a boolean value indicating if the WordWrap property has been explicitly set. | |
OverrideUIStyle | Gets or sets a boolean value indicating whether any theming based on the UIStyle property of the GridControl will be overridden. | |
Trimming | Gets or sets a value indicating how text displayed in the cell will be trimmed when it exceeds the edges of the layout rectangle. | |
VerticalAlignment | Gets or sets the vertical alignment of the grid element's content when it is printed in a report. | |
WordWrap | Gets or sets a boolean value indicating if the text of the grid element should be wrapped. |
Name | Description | |
---|---|---|
DefaultBackColor | Gets the default value of the BackColor property | |
DefaultClipPartialLine | Gets the default value of the ClipPartialLine property. | |
DefaultFont | Gets the default value of the Font property. | |
DefaultForeColor | Gets the default value of the ForeColor property | |
DefaultHorizontalAlignment | Gets the default value of the HorizontalAlignment property. | |
DefaultOverrideUIStyle | Gets the default value of the OverrideUIStyle property. | |
DefaultTrimming | Gets the default value of the Trimming property. | |
DefaultVerticalAlignment | Gets the default value of the VerticalAlignment property. | |
DefaultWordWrap | Gets the default value of the WordWrap property. | |
Properties | Gets a collection of property names whose values have been explicitly set as well as the corresponding values. |
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. |
Name | Description | |
---|---|---|
OnBackColorChanged | Raises the BackColorChanged event. | |
OnClipPartialLineChanged | Raises the ClipPartialLineChanged event. | |
OnFontChanged | Raises the FontChanged event. | |
OnForeColorChanged | Raises the ForeColorChanged event. | |
OnHorizontalAlignmentChanged | Raises the HorizontalAlignmentChanged event. | |
OnOverrideUIStyleChanged | Raises the OverrideUIStyleChanged event. | |
OnStyleChanged | Raises the StyleChanged event. | |
OnTrimmingChanged | Raises the TrimmingChanged event. | |
OnVerticalAlignmentChanged | Raises the VerticalAlignmentChanged event. | |
OnWordWrapChanged | Raises the WordWrapChanged event. |
Name | Description | |
---|---|---|
BackColorChanged | Raised when the value of the BackColor property is changed. | |
ClipPartialLineChanged | Raised when the value of the ClipPartialLine property is changed. | |
FontChanged | Raised when the value of the Font property is changed. | |
ForeColorChanged | Raised when the value of the ForeColor property is changed. | |
HorizontalAlignmentChanged | Raised when the value of the HorizontalAlignment property is changed. | |
OverrideUIStyleChanged | Raised when the value of the OverrideUIStyle property is changed. | |
StyleChanged | Raised when the value of any visual property has been changed. | |
TrimmingChanged | Raised when the value of the Trimming property is changed. | |
VerticalAlignmentChanged | Raised when the value of the VerticalAlignment property is changed. | |
WordWrapChanged | Raised when the value of the WordWrap property is changed. |