Class ButtonEditInfoStore
Implements the data store for the ButtonEditInfo object.
Implements
Inherited Members
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
[StaticDataField("sd")]
public class ButtonEditInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ButtonEditInfoStore()
Initializes a new instance of the ButtonEditInfoStore class.
Declaration
public ButtonEditInfoStore()
Fields
ButtonEditBackColorProperty
Provides information about the BackColor property
Declaration
public static readonly StyleInfoProperty ButtonEditBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ButtonEditEnabledProperty
Provides information about the Enabled property
Declaration
public static readonly StyleInfoProperty ButtonEditEnabledProperty
Field Value
Type |
---|
StyleInfoProperty |
ButtonEditForceBackColorProperty
Provides information about the ForceBackColor
Declaration
public static readonly StyleInfoProperty ButtonEditForceBackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ButtonEditImageProperty
Provides information about the Image property
Declaration
public static readonly StyleInfoProperty ButtonEditImageProperty
Field Value
Type |
---|
StyleInfoProperty |
ButtonEditIsLeftProperty
Provides information about the IsLeft property
Declaration
public static readonly StyleInfoProperty ButtonEditIsLeftProperty
Field Value
Type |
---|
StyleInfoProperty |
ButtonEditTextColorProperty
Provides information about the TextColor property
Declaration
public static readonly StyleInfoProperty ButtonEditTextColorProperty
Field Value
Type |
---|
StyleInfoProperty |
ButtonEditTextHorizontalAlignmentProperty
Provides information about the HorizontalAlignment property.
Declaration
public static readonly StyleInfoProperty ButtonEditTextHorizontalAlignmentProperty
Field Value
Type |
---|
StyleInfoProperty |
ButtonEditTextProperty
Provides information about the Text property
Declaration
public static readonly StyleInfoProperty ButtonEditTextProperty
Field Value
Type |
---|
StyleInfoProperty |
ButtonEditTextVerticalAlignmentProperty
Provides information about the VerticalAlignment property.
Declaration
public static readonly StyleInfoProperty ButtonEditTextVerticalAlignmentProperty
Field Value
Type |
---|
StyleInfoProperty |
ButtonEditTypeProperty
Provides information about the StyleInfoProperty property
Declaration
public static readonly StyleInfoProperty ButtonEditTypeProperty
Field Value
Type |
---|
StyleInfoProperty |
ButtonEditWidthProperty
Provides information about the Width property
Declaration
public static readonly StyleInfoProperty ButtonEditWidthProperty
Field Value
Type |
---|
StyleInfoProperty |
Properties
StaticDataStore
Static data must be declared static in derived classes (this avoids collisions when StyleInfoStore is used in the same project for different types of style classes).
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
Type |
---|
StaticData |
Overrides
Methods
Clone()
Returns a copy of the current object.
Declaration
public override object Clone()
Returns
Type | Description |
---|---|
System.Object | A copy of current object. |