Name | Description | |
---|---|---|
![]() | StatelessVisualGridElementStyle Constructor | Overloaded. |
The following tables list the members exposed by StatelessVisualGridElementStyle.
Name | Description | |
---|---|---|
![]() | StatelessVisualGridElementStyle Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | BackColor | Gets or sets the background color of the grid element. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | BackgroundImage | Gets or sets the background image of the grid element. |
![]() | BackgroundImageAlignment | Gets or sets the alignment of the grid element's background image. |
![]() | BackgroundImageStyle | Gets or sets the style of the grid element's background image. |
![]() | ClipPartialLine | Gets or sets a boolean value indicating if partial lines should be clipped. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | Font | Gets or sets the font of the grid element. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | ForeColor | Gets or sets the foreground color of the grid element. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | GradientMap | Gets or sets the GradientMap of the visual grid element. |
![]() | HorizontalAlignment | Gets or sets the horizontal alignment of the grid element's content. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | IsBackColorDefined | Gets a boolean value indicating if the BackColor property has been explicitly set. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | IsBackgroundImageAlignmentDefined | Gets a boolean value indicating if the BackgroundImageAlignment property has been explicitly set. |
![]() | IsBackgroundImageDefined | Gets a boolean value indicating if the BackgroundImage property has been explicitly set. |
![]() | IsBackgroundImageStyleDefined | Gets a boolean value indicating if the BackgroundImageStyle property has been explicitly set. |
![]() | IsClipPartialLineDefined | Gets a boolean value indicating if the ClipPartialLine property has been explicitly set. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | IsFontDefined | Gets a boolean value indicating if the Font property has been explicitly set. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | IsForeColorDefined | Gets a boolean value indicating if the ForeColor property has been explicitly set. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | IsGradientMapDefined | Gets a boolean value indicating if the GradientMap property has been explicitly set. |
![]() | IsHorizontalAlignmentDefined | Gets a boolean value indicating if the HorizontalAlignment property has been explicitly set. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | IsOverrideUIStyleDefined | Gets a boolean value indicating whether the OverrideUIStyle property has been explicitly set. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | IsTrimmingDefined | Gets a boolean value indicating if the Trimming property has been explicitly set. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | IsVerticalAlignmentDefined | Gets a boolean value indicating if the VerticalAlignment property has been explicitly set. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | IsWordWrapDefined | Gets a boolean value indicating if the WordWrap property has been explicitly set. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | OverrideUIStyle | Gets or sets a boolean value indicating whether any theming based on the UIStyle property of the GridControl will be overridden. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | 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. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | VerticalAlignment | Gets or sets the vertical alignment of the grid element's content when it is printed in a report. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | WordWrap | Gets or sets a boolean value indicating if the text of the grid element should be wrapped. (Inherited from Xceed.Grid.GridElementStyle) |
Name | Description | |
---|---|---|
![]() | DefaultBackColor | Gets the default value of the BackColor property (Inherited from Xceed.Grid.GridElementStyle) |
![]() | DefaultBackgroundImage | Gets the default value of the BackgroundImage property. |
![]() | DefaultBackgroundImageAlignment | Gets the default value of the BackgroundImageAlignment property. |
![]() | DefaultBackgroundImageStyle | Gets the default value of the BackgroundImageStyle property. |
![]() | DefaultClipPartialLine | Gets the default value of the ClipPartialLine property. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | DefaultFont | Gets the default value of the Font property. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | DefaultForeColor | Gets the default value of the ForeColor property (Inherited from Xceed.Grid.GridElementStyle) |
![]() | DefaultGradientMap | Gets the default GradientMap of the StatelessVisualGridElementStyle. |
![]() | DefaultHorizontalAlignment | Gets the default value of the HorizontalAlignment property. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | DefaultOverrideUIStyle | Gets the default value of the OverrideUIStyle property. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | DefaultTrimming | Gets the default value of the Trimming property. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | DefaultVerticalAlignment | Gets the default value of the VerticalAlignment property. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | DefaultWordWrap | Gets the default value of the WordWrap property. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | Properties | Gets a collection of property names whose values have been explicitly set as well as the corresponding values. (Inherited from Xceed.Grid.GridElementStyle) |
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 StatelessVisualGridElementStyle. |
![]() | GetHashCode | Overridden. Serves as a hash function for the StatelessVisualGridElementStyle 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. |
![]() | ResetBackgroundImageAlignment | Resets the value of the BackgroundImageAlignment property to its default value, DefaultBackgroundImageAlignment. |
![]() | ResetBackgroundImageStyle | Resets the value of the BackgroundImageStyle property to its default value, DefaultBackgroundImageStyle. |
![]() | 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. |
![]() | ResetHorizontalAlignment | Resets the value of the HorizontalAlignment property to its default value, DefaultHorizontalAlignment. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | 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) |
Name | Description | |
---|---|---|
![]() | BackColorChanged | Raised when the value of the BackColor property is changed. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | BackgroundImageAlignmentChanged | Raised when the value of the BackgroundImageAlignment property is changed. |
![]() | BackgroundImageChanged | Raised when the value of the BackgroundImage property is changed. |
![]() | BackgroundImageStyleChanged | Raised when the value of the BackgroundImageStyle property is changed. |
![]() | ClipPartialLineChanged | Raised when the value of the ClipPartialLine property is changed. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | FontChanged | Raised when the value of the Font property is changed. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | ForeColorChanged | Raised when the value of the ForeColor property is changed. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | GradientMapChanged | Raised when the value of the GradientMap property is changed. |
![]() | HorizontalAlignmentChanged | Raised when the value of the HorizontalAlignment property is changed. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | OverrideUIStyleChanged | Raised when the value of the OverrideUIStyle property is changed. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | StyleChanged | Raised when the value of any visual property has been changed. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | TrimmingChanged | Raised when the value of the Trimming property is changed. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | VerticalAlignmentChanged | Raised when the value of the VerticalAlignment property is changed. (Inherited from Xceed.Grid.GridElementStyle) |
![]() | WordWrapChanged | Raised when the value of the WordWrap property is changed. (Inherited from Xceed.Grid.GridElementStyle) |