Class CellStyleInfoStore
Represents the class holds the plain data for a style object excluding identity information.
Implements
Inherited Members
Namespace: Syncfusion.WinForms.DataGrid.Styles
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class CellStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
CellStyleInfoStore()
Initializes a new instance of the CellStyleInfoStore class.
Declaration
public CellStyleInfoStore()
CellStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the CellStyleInfoStore class.
Declaration
protected CellStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize |
System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of a given serialized stream, and provides an additional caller-defined context. |
Fields
AddNewRowIconProperty
Provides information about the AddNewRowIcon property.
Declaration
public static readonly StyleInfoProperty AddNewRowIconProperty
Field Value
Type |
---|
StyleInfoProperty |
BackColorProperty
Provides information about the BackColor property.
Declaration
public static readonly StyleInfoProperty BackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BaseStyleProperty
Provides information about the BaseStyle property.
Declaration
public static readonly StyleInfoProperty BaseStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
BordersProperty
Provides information about the Borders property.
Declaration
public static readonly StyleInfoProperty BordersProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownButtonBackColorProperty
Provides information about the DropDownButtonBackColor property.
Declaration
public static readonly StyleInfoProperty DropDownButtonBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownButtonHoverBackColorProperty
Provides information about the DropDownButtonHoverBackColor property.
Declaration
public static readonly StyleInfoProperty DropDownButtonHoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownButtonPressedBackColorProperty
Provides information about the DropDownButtonPressedBackColor property.
Declaration
public static readonly StyleInfoProperty DropDownButtonPressedBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownIconProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty DropDownIconProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownItemHoverBackColorProperty
Provides information about the DropDownItemHoverBackColor property.
Declaration
public static readonly StyleInfoProperty DropDownItemHoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownItemHoverForeColorProperty
Provides information about the DropDownItemHoverForeColor property.
Declaration
public static readonly StyleInfoProperty DropDownItemHoverForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownItemSelectionBackColorProperty
Provides information about the DropDownItemSelectionBackColor property.
Declaration
public static readonly StyleInfoProperty DropDownItemSelectionBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
DropDownItemSelectionForeColorProperty
Provides information about the DropDownItemSelectionForeColor property.
Declaration
public static readonly StyleInfoProperty DropDownItemSelectionForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ExpanderColorProperty
Provides information about the ExpanderColor property.
Declaration
public static readonly StyleInfoProperty ExpanderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FilteredIconProperty
Provides information about the FilteredIcon property.
Declaration
public static readonly StyleInfoProperty FilteredIconProperty
Field Value
Type |
---|
StyleInfoProperty |
FilterIconColorProperty
Provides information about the FilterIconColor property.
Declaration
public static readonly StyleInfoProperty FilterIconColorProperty
Field Value
Type |
---|
StyleInfoProperty |
FilterIconProperty
Provides information about the FilterIcon property.
Declaration
public static readonly StyleInfoProperty FilterIconProperty
Field Value
Type |
---|
StyleInfoProperty |
FilterIconSizeProperty
Provides information about the FilterIconSize property.
Declaration
public static readonly StyleInfoProperty FilterIconSizeProperty
Field Value
Type |
---|
StyleInfoProperty |
FontProperty
Provides information about the Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
Type |
---|
StyleInfoProperty |
HorizontalAlignmentProperty
Provides information about the HorizontalAlignment property.
Declaration
public static readonly StyleInfoProperty HorizontalAlignmentProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverBackColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty HoverBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverFilterIconColorProperty
Provides information about the HoverFilterIconColor property.
Declaration
public static readonly StyleInfoProperty HoverFilterIconColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverSortIconColorProperty
Provides information about the HoverSortIconColor property.
Declaration
public static readonly StyleInfoProperty HoverSortIconColorProperty
Field Value
Type |
---|
StyleInfoProperty |
HoverTextColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty HoverTextColorProperty
Field Value
Type |
---|
StyleInfoProperty |
InteriorProperty
Provides information about the Interior property.
Declaration
public static readonly StyleInfoProperty InteriorProperty
Field Value
Type |
---|
StyleInfoProperty |
PopupBackColorProperty
Provides information about the TextColor property.
Declaration
public static readonly StyleInfoProperty PopupBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PopupTextColorProperty
Provides information about the TextColor property.
Declaration
public static readonly StyleInfoProperty PopupTextColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedBackColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty PressedBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedFilterIconColorProperty
Provides information about the PressedFilterIconColor property.
Declaration
public static readonly StyleInfoProperty PressedFilterIconColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedSortIconColorProperty
Provides information about the PressedSortIconColor property.
Declaration
public static readonly StyleInfoProperty PressedSortIconColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PressedTextColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty PressedTextColorProperty
Field Value
Type |
---|
StyleInfoProperty |
PreviewRowExpanderColorProperty
Provides information about the ExpanderColor property.
Declaration
public static readonly StyleInfoProperty PreviewRowExpanderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
RowHeaderErrorIconProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty RowHeaderErrorIconProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectionBackColorProperty
Provides information about the SelectionBackColor property.
Declaration
public static readonly StyleInfoProperty SelectionBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectionMarkerColorProperty
Provides information about the SelectionMarkerColor property.
Declaration
public static readonly StyleInfoProperty SelectionMarkerColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectionMarkerThicknessProperty
Provides information about the SelectionMarkerThickness property.
Declaration
public static readonly StyleInfoProperty SelectionMarkerThicknessProperty
Field Value
Type |
---|
StyleInfoProperty |
SortIconColorProperty
Provides information about the SortIconColor property.
Declaration
public static readonly StyleInfoProperty SortIconColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SortIconProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty SortIconProperty
Field Value
Type |
---|
StyleInfoProperty |
TextColorProperty
Provides information about the TextColor property.
Declaration
public static readonly StyleInfoProperty TextColorProperty
Field Value
Type |
---|
StyleInfoProperty |
TextMarginsProperty
Provides information about the TextMargins property.
Declaration
public static readonly StyleInfoProperty TextMarginsProperty
Field Value
Type |
---|
StyleInfoProperty |
VerticalAlignmentProperty
Provides information about the VerticalAlignment property.
Declaration
public static readonly StyleInfoProperty VerticalAlignmentProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Overridden to get the static data source.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Creates a copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A duplicate of the current object. |