Name | Description | |
---|---|---|
GridStyle Constructor | Overloaded. |
The following tables list the members exposed by GridStyle.
Name | Description | |
---|---|---|
GridStyle 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. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
BackgroundImageAlignment | Gets or sets the alignment of the grid element's background image. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
BackgroundImageStyle | Gets or sets the style of the grid element's background image. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
BorderStyle | Gets or sets the border style of the grid. | |
ClipCurrentCellSelection | Gets or sets a value indicating whether the selection state of a row will be applied to the current cell. | |
ClipPartialLine | Gets or sets a boolean value indicating if partial lines should be clipped. (Inherited from Xceed.Grid.GridElementStyle) | |
ErrorBackColor | Gets or sets the background color that is used when an error occurs in the grid. | |
ErrorForeColor | Gets or sets the foreground color that is used when an error occurs in the grid. | |
ErrorVisualStyle | Gets or sets the visual style of a row that contains a cell that contains an error in the grid. | |
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. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
GridLineColor | Gets or sets the color of the grid's lines. | |
GridLineStyle | Gets or sets the style of the grid's lines. | |
HorizontalAlignment | Gets or sets the horizontal alignment of the grid element's content. (Inherited from Xceed.Grid.GridElementStyle) | |
InactiveSelectionBackColor | Gets or sets the inactive selection background color of the grid. | |
InactiveSelectionForeColor | Gets or sets the inactive selection foreground color of the grid. | |
InactiveSelectionVisualStyle | Gets or sets the visual style of an inactive selected row in the grid. | |
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 StatelessVisualGridElementStyle.BackgroundImageAlignment property has been explicitly set. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
IsBackgroundImageDefined | Gets a boolean value indicating if the StatelessVisualGridElementStyle.BackgroundImage property has been explicitly set. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
IsBackgroundImageStyleDefined | Gets a boolean value indicating if the StatelessVisualGridElementStyle.BackgroundImageStyle property has been explicitly set. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
IsBorderStyleDefined | Gets a boolean value indicating if the BorderStyle property has been explicitly set. | |
IsClipCurrentCellSelectionDefined | Gets a boolean value indicating if the ClipCurrentCellSelection property has been explicitly set. | |
IsClipPartialLineDefined | Gets a boolean value indicating if the ClipPartialLine property has been explicitly set. (Inherited from Xceed.Grid.GridElementStyle) | |
IsErrorBackColorDefined | Gets a boolean value indicating if the ErrorBackColor property has been explicitly set. | |
IsErrorForeColorDefined | Gets a boolean value indicating if the ErrorForeColor property has been explicitly set. | |
IsErrorVisualStyleDefined | Gets a boolean value indicating if the ErrorVisualStyle property has been explicitly set. | |
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 StatelessVisualGridElementStyle.GradientMap property has been explicitly set. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
IsGridLineColorDefined | Gets a boolean value indicating if the GridLineColor property has been explicitly set. | |
IsGridLineStyleDefined | Gets a boolean value indicating if the GridLineStyle property has been explicitly set. | |
IsHorizontalAlignmentDefined | Gets a boolean value indicating if the HorizontalAlignment property has been explicitly set. (Inherited from Xceed.Grid.GridElementStyle) | |
IsInactiveSelectionBackColorDefined | Gets a boolean value indicating if the InactiveSelectionBackColor property has been explicitly set. | |
IsInactiveSelectionForeColorDefined | Gets a boolean value indicating if the InactiveSelectionForeColor property has been explicitly set. | |
IsInactiveSelectionVisualStyleDefined | Gets a boolean value indicating if the InactiveSelectionVisualStyle property has been explicitly set. | |
IsOverrideUIStyleDefined | Gets a boolean value indicating whether the OverrideUIStyle property has been explicitly set. (Inherited from Xceed.Grid.GridElementStyle) | |
IsSelectionBackColorDefined | Gets a boolean value indicating if the SelectionBackColor property has been explicitly set. | |
IsSelectionForeColorDefined | Gets a boolean value indicating if the SelectionForeColor property has been explicitly set. | |
IsSelectionVisualStyleDefined | Gets a boolean value indicating if the SelectionVisualStyle property has been explicitly set. | |
IsShowFocusRectangleDefined | Gets a boolean value indicating if the ShowFocusRectangle property has been explicitly set. | |
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) | |
SelectionBackColor | Gets or sets the selection background color of the grid. | |
SelectionForeColor | Gets or sets the selection foreground color of the grid. | |
SelectionVisualStyle | Gets or sets the visual style of a selected row in the grid. | |
ShowFocusRectangle | Gets or sets a boolean value indicating whether the focus rectangle should be displayed around the CurrentRow and/or CurrentCell. | |
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 | |
---|---|---|
Apply | Overloaded. Overridden. Applies the style to the specified grid control. | |
Clone | Overridden. Creates an exact copy of the style. | |
Equals | Determines whether the specified object is equal to the current StatelessVisualGridElementStyle. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
GetHashCode | Serves as a hash function for the StatelessVisualGridElementStyle object, suitable for use in hashing algorithms and data structures such as a hash table. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
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 StatelessVisualGridElementStyle.BackgroundImage property to its default value, StatelessVisualGridElementStyle.DefaultBackgroundImage. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
ResetBackgroundImageAlignment | Resets the value of the StatelessVisualGridElementStyle.BackgroundImageAlignment property to its default value, StatelessVisualGridElementStyle.DefaultBackgroundImageAlignment. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
ResetBackgroundImageStyle | Resets the value of the StatelessVisualGridElementStyle.BackgroundImageStyle property to its default value, StatelessVisualGridElementStyle.DefaultBackgroundImageStyle. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
ResetBorderStyle | Resets the value of the BorderStyle property to its default value, DefaultBorderStyle. | |
ResetClipCurrentCellSelection | Resets the value of the ClipCurrentCellSelection property to its default value, DefaultClipCurrentCellSelection. | |
ResetClipPartialLine | Resets the value of the ClipPartialLine property to its default value, DefaultClipPartialLine. (Inherited from Xceed.Grid.GridElementStyle) | |
ResetErrorBackColor | Resets the value of the ErrorBackColor property to its default value, DefaultErrorBackColor. | |
ResetErrorForeColor | Resets the value of the ErrorForeColor property to its default value, DefaultErrorForeColor. | |
ResetErrorVisualStyle | Resets the visual style of a row that contains a cell that contains an error in the grid. | |
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 StatelessVisualGridElementStyle.GradientMap property to its default value, StatelessVisualGridElementStyle.DefaultGradientMap. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
ResetGridLineColor | Resets the value of the GridLineColor property to its default value, DefaultGridLineColor. | |
ResetGridLineStyle | Resets the value of the GridLineStyle property to its default value, DefaultGridLineStyle. | |
ResetHorizontalAlignment | Resets the value of the HorizontalAlignment property to its default value, DefaultHorizontalAlignment. (Inherited from Xceed.Grid.GridElementStyle) | |
ResetInactiveSelectionBackColor | Resets the value of the InactiveSelectionBackColor property to its default value, DefaultInactiveSelectionBackColor. | |
ResetInactiveSelectionForeColor | Resets the value of the InactiveSelectionForeColor property to its default value, DefaultInactiveSelectionForeColor. | |
ResetInactiveSelectionVisualStyle | Resets the visual style of an inactive selected row in the grid. | |
ResetOverrideUIStyle | Resets the value of the OverrideUIStyle property to its default value, DefaultOverrideUIStyle. (Inherited from Xceed.Grid.GridElementStyle) | |
ResetSelectionBackColor | Resets the value of the SelectionBackColor property to its default value, DefaultSelectionBackColor. | |
ResetSelectionForeColor | Resets the value of the SelectionForeColor property to its default value, DefaultSelectionForeColor. | |
ResetSelectionVisualStyle | Resets the visual style of a selected row in the grid. | |
ResetShowFocusRectangle | Resets the value of the ShowFocusRectangle property to its default value, DefaultShowFocusRectangle. | |
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 StatelessVisualGridElementStyle.BackgroundImageAlignment property is changed. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
BackgroundImageChanged | Raised when the value of the StatelessVisualGridElementStyle.BackgroundImage property is changed. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
BackgroundImageStyleChanged | Raised when the value of the StatelessVisualGridElementStyle.BackgroundImageStyle property is changed. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
BorderStyleChanged | Raised when the value of the BorderStyle property is changed. | |
ClipCurrentCellSelectionChanged | Raised when the value of the ClipCurrentCellSelection property is changed. | |
ClipPartialLineChanged | Raised when the value of the ClipPartialLine property is changed. (Inherited from Xceed.Grid.GridElementStyle) | |
ErrorBackColorChanged | Raised when the value of the ErrorBackColor property is changed. | |
ErrorForeColorChanged | Raised when the value of the ErrorForeColor property is changed. | |
ErrorVisualStyleChanged | Raised when the value of the ErrorVisualStyle property is changed. | |
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 StatelessVisualGridElementStyle.GradientMap property is changed. (Inherited from Xceed.Grid.StatelessVisualGridElementStyle) | |
GridLineColorChanged | Raised when the value of the GridLineColor property is changed. | |
GridLineStyleChanged | Raised when the value of the GridLineStyle property is changed. | |
HorizontalAlignmentChanged | Raised when the value of the HorizontalAlignment property is changed. (Inherited from Xceed.Grid.GridElementStyle) | |
InactiveSelectionBackColorChanged | Raised when the value of the InactiveSelectionBackColor property is changed. | |
InactiveSelectionForeColorChanged | Raised when the value of the InactiveSelectionForeColor property is changed. | |
InactiveSelectionVisualStyleChanged | Raised when the value of the InactiveSelectionVisualStyle property is changed. | |
OverrideUIStyleChanged | Raised when the value of the OverrideUIStyle property is changed. (Inherited from Xceed.Grid.GridElementStyle) | |
SelectionBackColorChanged | Raised when the value of the SelectionBackColor property is changed. | |
SelectionForeColorChanged | Raised when the value of the SelectionForeColor property is changed. | |
SelectionVisualStyleChanged | Raised when the value of the SelectionVisualStyle property is changed. | |
ShowFocusRectangleChanged | Raised when the value of the ShowFocusRectangle property is changed. | |
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) |