Class GridStyleInfoStore
GridStyleInfoStore holds the plain data for a style object excluding identity information.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms.Grid
Assembly: Syncfusion.Grid.Windows.dll
Syntax
[StaticDataField("sd")]
public class GridStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Remarks
When persisting grid cells, GridStyleInfoStore is the object that should be saved. Identity information can be recreated at run-time when loading cell information but the cell information must be saved.
GridStyleInfoStore also holds the static "layout" information for the style. StaticData contains static variables with the information to access data in BitVector32 and StyleInfoObjectStore. This information can be shared among style objects of the same type but collision must be avoided between style types of different products. Having GridStyleInfoStore and ChartStyleInfoStore types solves that collision problem.
Constructors
GridStyleInfoStore()
Initializes a new empty instance ofGridStyleInfoStoreclass.
Declaration
public GridStyleInfoStore()
GridStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new GridStyleInfoStore from a serialization stream.
Declaration
protected GridStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | An object that holds all the data needed to serialize or de-serialize this instance. |
| System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of the serialized stream specified by info. |
Fields
AllowEnterProperty
Provides information about the AllowEnter property.
Declaration
public static readonly StyleInfoProperty AllowEnterProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
AutoCompleteInEditModeProperty
Provides information about the AutoCompleteInEditMode property.
Declaration
public static readonly StyleInfoProperty AutoCompleteInEditModeProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
AutoCompleteProperty
Provides information about the DropDownStyle property.
Declaration
public static readonly StyleInfoProperty AutoCompleteProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
AutoFitCharProperty
Provides information about the AutoFitChar property.
Declaration
public static readonly StyleInfoProperty AutoFitCharProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
AutoFitProperty
Provides information about the AutoFit property.
Declaration
public static readonly StyleInfoProperty AutoFitProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
AutoSizeProperty
Provides information about the AutoSize property.
Declaration
public static readonly StyleInfoProperty AutoSizeProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
BackgroundImageIDProperty
Provides information about the BackgroundImageID property.
Declaration
public static readonly StyleInfoProperty BackgroundImageIDProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
BackgroundImageModeProperty
Provides information about the BackgroundImageMode property.
Declaration
public static readonly StyleInfoProperty BackgroundImageModeProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
BackgroundImageProperty
Provides information about the BackgroundImage property.
Declaration
public static readonly StyleInfoProperty BackgroundImageProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
BaseStyleProperty
Provides information about the BaseStyle property.
Declaration
public static readonly StyleInfoProperty BaseStyleProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
BorderMarginsProperty
Provides information about the BorderMargins property.
Declaration
public static readonly StyleInfoProperty BorderMarginsProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
BordersProperty
Provides information about the Borders property.
Declaration
public static readonly StyleInfoProperty BordersProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
CellAppearanceProperty
Provides information about the CellAppearance property.
Declaration
public static readonly StyleInfoProperty CellAppearanceProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
CellTipTextProperty
Provides information about the CellTipText property.
Declaration
public static readonly StyleInfoProperty CellTipTextProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
CellTypeProperty
Provides information about the CellType property.
Declaration
public static readonly StyleInfoProperty CellTypeProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
CellValueProperty
Provides information about the CellValue property.
Declaration
public static readonly StyleInfoProperty CellValueProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
CellValueTypeProperty
Provides information about the CellValueType property.
Declaration
public static readonly StyleInfoProperty CellValueTypeProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
CharacterCasingProperty
Provides information about the CharacterCasing property.
Declaration
public static readonly StyleInfoProperty CharacterCasingProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
CheckBoxOptionsProperty
Provides information about the CheckBoxOptions property.
Declaration
public static readonly StyleInfoProperty CheckBoxOptionsProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ChoiceListProperty
Provides information about the ChoiceList property.
Declaration
public static readonly StyleInfoProperty ChoiceListProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ClickableProperty
Provides information about the Clickable property.
Declaration
public static readonly StyleInfoProperty ClickableProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
CommentTipProperty
Provides information about the CommentTip property.
Declaration
public static readonly StyleInfoProperty CommentTipProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ControlProperty
Provides information about the Control property.
Declaration
public static readonly StyleInfoProperty ControlProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
CultureInfoProperty
Provides information about the CultureInfo property.
Declaration
public static readonly StyleInfoProperty CultureInfoProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
CurrencyEditProperty
Provides information about the CurrencyEdit property.
Declaration
public static readonly StyleInfoProperty CurrencyEditProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
DataSourceProperty
Provides information about the DataSource property.
Declaration
public static readonly StyleInfoProperty DataSourceProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
DescriptionProperty
Provides information about the Description property.
Declaration
public static readonly StyleInfoProperty DescriptionProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
DisplayMemberProperty
Provides information about the DisplayMember property.
Declaration
public static readonly StyleInfoProperty DisplayMemberProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
EnabledProperty
Provides information about the Enabled property.
Declaration
public static readonly StyleInfoProperty EnabledProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ErrorProperty
Provides information about the Error property.
Declaration
public static readonly StyleInfoProperty ErrorProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ExclusiveChoiceListProperty
Provides information about the ExclusiveChoiceList property.
Declaration
public static readonly StyleInfoProperty ExclusiveChoiceListProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
FloatCellProperty
Provides information about the FloatCell property.
Declaration
public static readonly StyleInfoProperty FloatCellProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
FloodCellProperty
Provides information about the FloodCell property.
Declaration
public static readonly StyleInfoProperty FloodCellProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
FontProperty
Provides information about the Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
FormatProperty
Provides information about the Format property.
Declaration
public static readonly StyleInfoProperty FormatProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
FormulaTagProperty
Provides information about the FormulaTag property.
Declaration
public static readonly StyleInfoProperty FormulaTagProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
HorizontalAlignmentProperty
Provides information about the HorizontalAlignment property.
Declaration
public static readonly StyleInfoProperty HorizontalAlignmentProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
HotkeyPrefixProperty
Provides information about the HotkeyPrefix property.
Declaration
public static readonly StyleInfoProperty HotkeyPrefixProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ImageFromByteArrayProperty
Provides information about the ImageFromByteArray property.
Declaration
public static readonly StyleInfoProperty ImageFromByteArrayProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ImageIndexProperty
Provides information about the ImageIndex property.
Declaration
public static readonly StyleInfoProperty ImageIndexProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ImageListProperty
Provides information about the ImageList property.
Declaration
public static readonly StyleInfoProperty ImageListProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ImageSizeModeProperty
Provides information about the ImageSizeMode property.
Declaration
public static readonly StyleInfoProperty ImageSizeModeProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
InteriorProperty
Provides information about the Interior property.
Declaration
public static readonly StyleInfoProperty InteriorProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
MaskEditProperty
Provides information about the MaskEdit property.
Declaration
public static readonly StyleInfoProperty MaskEditProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
MaxLengthProperty
Provides information about the MaxLength property.
Declaration
public static readonly StyleInfoProperty MaxLengthProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
MergeCellProperty
Provides information about the MergeCell property.
Declaration
public static readonly StyleInfoProperty MergeCellProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
NumericUpDownProperty
Provides information about the NumericUpDown property.
Declaration
public static readonly StyleInfoProperty NumericUpDownProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ParseFormatsProperty
Provides information about the ParseFormats property.
Declaration
public static readonly StyleInfoProperty ParseFormatsProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
PasswordCharProperty
Provides information about the PasswordChar property.
Declaration
public static readonly StyleInfoProperty PasswordCharProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ProgressBarProperty
Provides information about the ProgressBar property.
Declaration
public static readonly StyleInfoProperty ProgressBarProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
PropertyDescriptorProperty
Provides information about the PropertyDescriptor property.
Declaration
public static readonly StyleInfoProperty PropertyDescriptorProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
RadioButtonAlignmentProperty
Provides information about the RadioButtonAlignment property.
Declaration
public static readonly StyleInfoProperty RadioButtonAlignmentProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ReadOnlyProperty
Provides information about the ReadOnly property.
Declaration
public static readonly StyleInfoProperty ReadOnlyProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
RightToLeftProperty
Provides information about the RightToLeft property.
Declaration
public static readonly StyleInfoProperty RightToLeftProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ShowButtonsProperty
Provides information about the ShowButtons property.
Declaration
public static readonly StyleInfoProperty ShowButtonsProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
StrictValueTypeProperty
Provides information about the StrictValueType property.
Declaration
public static readonly StyleInfoProperty StrictValueTypeProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
TagProperty
Provides information about the Tag property.
Declaration
public static readonly StyleInfoProperty TagProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
TextAlignProperty
Provides information about the TextAlign property.
Declaration
public static readonly StyleInfoProperty TextAlignProperty
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 |
ThemedProperty
Provides information about the Themed property.
Declaration
public static readonly StyleInfoProperty ThemedProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
TrimmingProperty
Provides information about the Trimming property.
Declaration
public static readonly StyleInfoProperty TrimmingProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
TriStateProperty
Provides information about the TriState property.
Declaration
public static readonly StyleInfoProperty TriStateProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ValidateValueProperty
Provides information about the ValidateValue property.
Declaration
public static readonly StyleInfoProperty ValidateValueProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ValueMemberProperty
Provides information about the ValueMember property.
Declaration
public static readonly StyleInfoProperty ValueMemberProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
VerticalAlignmentProperty
Provides information about the VerticalAlignment property.
Declaration
public static readonly StyleInfoProperty VerticalAlignmentProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
VerticalScrollbarProperty
Provides information about the VerticalScrollbar property.
Declaration
public static readonly StyleInfoProperty VerticalScrollbarProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
WrapRotatedTextProperty
Provides information about the WrapRotatedText property.
Declaration
public static readonly StyleInfoProperty WrapRotatedTextProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
WrapTextProperty
Provides information about the WrapText property.
Declaration
public static readonly StyleInfoProperty WrapTextProperty
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. |