menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ButtonEditInfoStore - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ButtonEditInfoStore

    Implements the data store for the ButtonEditInfo object.

    Inheritance
    System.Object
    StyleInfoStore
    ButtonEditInfoStore
    Implements
    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    StyleInfoStore.Clear()
    StyleInfoStore.CopyTo(StyleInfoStore)
    StyleInfoStore.Dispose()
    StyleInfoStore.Equals(Object)
    StyleInfoStore.FindStyleInfoProperty(String)
    StyleInfoStore.GetHashCode()
    StyleInfoStore.GetSchema()
    StyleInfoStore.GetShortValue(StyleInfoProperty)
    StyleInfoStore.GetValue(StyleInfoProperty)
    StyleInfoStore.HasValue(StyleInfoProperty)
    StyleInfoStore.InheritStyle(IStyleInfo, StyleModifyType)
    StyleInfoStore.IsChanged
    StyleInfoStore.IsEmpty
    StyleInfoStore.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
    StyleInfoStore.IsSubset(IStyleInfo)
    StyleInfoStore.IStyleInfo.ParseString(String)
    StyleInfoStore.IStyleInfo.Store
    StyleInfoStore.IsValueModified(StyleInfoProperty)
    StyleInfoStore.MergeStyle(IStyleInfo)
    StyleInfoStore.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoStore.ModifyStyleKeepChanges(IStyleInfo, StyleModifyType)
    StyleInfoStore.ProcessReadXml(XmlReader, StyleInfoProperty)
    StyleInfoStore.ProcessWriteXml(XmlWriter, StyleInfoProperty)
    StyleInfoStore.PropertyGridSortOrder
    StyleInfoStore.ReadXml(XmlReader)
    StyleInfoStore.RegisterXmlSerializer(Type, XmlSerializer)
    StyleInfoStore.ResetChangedBits()
    StyleInfoStore.ResetValue(StyleInfoProperty)
    StyleInfoStore.SetValue(StyleInfoProperty, Int16)
    StyleInfoStore.SetValue(StyleInfoProperty, Object)
    StyleInfoStore.SetValueModified(StyleInfoProperty, Boolean)
    StyleInfoStore.StyleInfoProperties
    StyleInfoStore.ToString()
    StyleInfoStore.WriteXml(XmlWriter)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    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
    StyleInfoStore.StaticDataStore

    Methods

    Clone()

    Returns a copy of the current object.

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object

    A copy of current object.

    Overrides
    StyleInfoStore.Clone()

    Implements

    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable

    See Also

    StyleInfoStore
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved