WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridMaskEditInfoStore - WindowsForms API Reference | Syncfusion GridMaskEditInfo object. ">

    Show / Hide Table of Contents

    Class GridMaskEditInfoStore

    Implements the data store for the GridMaskEditInfo object.

    Inheritance
    System.Object
    StyleInfoStore
    GridMaskEditInfoStore
    Implements
    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    StyleInfoStore.FindStyleInfoProperty(String)
    StyleInfoStore.CopyTo(StyleInfoStore)
    StyleInfoStore.Dispose()
    StyleInfoStore.Equals(Object)
    StyleInfoStore.GetHashCode()
    StyleInfoStore.ISerializable.GetObjectData(SerializationInfo, StreamingContext)
    StyleInfoStore.ToString()
    StyleInfoStore.IStyleInfo.ParseString(String)
    StyleInfoStore.ResetChangedBits()
    StyleInfoStore.Clear()
    StyleInfoStore.HasValue(StyleInfoProperty)
    StyleInfoStore.IsValueModified(StyleInfoProperty)
    StyleInfoStore.SetValueModified(StyleInfoProperty, Boolean)
    StyleInfoStore.ResetValue(StyleInfoProperty)
    StyleInfoStore.GetValue(StyleInfoProperty)
    StyleInfoStore.GetShortValue(StyleInfoProperty)
    StyleInfoStore.SetValue(StyleInfoProperty, Object)
    StyleInfoStore.SetValue(StyleInfoProperty, Int16)
    StyleInfoStore.IsSubset(IStyleInfo)
    StyleInfoStore.ModifyStyle(IStyleInfo, StyleModifyType)
    StyleInfoStore.ModifyStyleKeepChanges(IStyleInfo, StyleModifyType)
    StyleInfoStore.MergeStyle(IStyleInfo)
    StyleInfoStore.InheritStyle(IStyleInfo, StyleModifyType)
    StyleInfoStore.ProcessWriteXml(XmlWriter, StyleInfoProperty)
    StyleInfoStore.ProcessReadXml(XmlReader, StyleInfoProperty)
    StyleInfoStore.WriteXml(XmlWriter)
    StyleInfoStore.RegisterXmlSerializer(Type, XmlSerializer)
    StyleInfoStore.ReadXml(XmlReader)
    StyleInfoStore.GetSchema()
    StyleInfoStore.StyleInfoProperties
    StyleInfoStore.PropertyGridSortOrder
    StyleInfoStore.IStyleInfo.Store
    StyleInfoStore.IsEmpty
    StyleInfoStore.IsChanged
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Grid
    Assembly: Syncfusion.Grid.Windows.dll
    Syntax
    [StaticDataField("sd")]
    public class GridMaskEditInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable

    Constructors

    GridMaskEditInfoStore()

    Initializes a new instance for GridMaskEditInfoStore class.

    Declaration
    public GridMaskEditInfoStore()

    Fields

    AllowPromptProperty

    Provides information about the AllowPrompt property.

    Declaration
    public static readonly StyleInfoProperty AllowPromptProperty
    Field Value
    Type Description
    StyleInfoProperty

    ClipModeProperty

    Provides information about the ClipMode property.

    Declaration
    public static readonly StyleInfoProperty ClipModeProperty
    Field Value
    Type Description
    StyleInfoProperty

    DateSeparatorProperty

    Provides information about the DateSeparator property.

    Declaration
    public static readonly StyleInfoProperty DateSeparatorProperty
    Field Value
    Type Description
    StyleInfoProperty

    DateTimeFormatInfoObjectProperty

    Provides information about the DateTimeFormatInfoObject property.

    Declaration
    public static readonly StyleInfoProperty DateTimeFormatInfoObjectProperty
    Field Value
    Type Description
    StyleInfoProperty

    DecimalSeparatorProperty

    Provides information about the DecimalSeparator property.

    Declaration
    public static readonly StyleInfoProperty DecimalSeparatorProperty
    Field Value
    Type Description
    StyleInfoProperty

    MaskProperty

    Provides information about the Mask property.

    Declaration
    public static readonly StyleInfoProperty MaskProperty
    Field Value
    Type Description
    StyleInfoProperty

    MaxValueProperty

    Provides information about the MaxValue property.

    Declaration
    public static readonly StyleInfoProperty MaxValueProperty
    Field Value
    Type Description
    StyleInfoProperty

    MinValueProperty

    Provides information about the MinValue property.

    Declaration
    public static readonly StyleInfoProperty MinValueProperty
    Field Value
    Type Description
    StyleInfoProperty

    NumberFormatInfoObjectProperty

    Provides information about the NumberFormatInfoObject property.

    Declaration
    public static readonly StyleInfoProperty NumberFormatInfoObjectProperty
    Field Value
    Type Description
    StyleInfoProperty

    PaddingCharacterProperty

    Provides information about the PaddingCharacter property.

    Declaration
    public static readonly StyleInfoProperty PaddingCharacterProperty
    Field Value
    Type Description
    StyleInfoProperty

    PassivePromptCharacterProperty

    Provides information about the PassivePromptCharacter property.

    Declaration
    public static readonly StyleInfoProperty PassivePromptCharacterProperty
    Field Value
    Type Description
    StyleInfoProperty

    PromptCharacterProperty

    Provides information about the PromptCharacter property.

    Declaration
    public static readonly StyleInfoProperty PromptCharacterProperty
    Field Value
    Type Description
    StyleInfoProperty

    SpecialCultureValueProperty

    Provides information about the SpecialCultureValue property.

    Declaration
    public static readonly StyleInfoProperty SpecialCultureValueProperty
    Field Value
    Type Description
    StyleInfoProperty

    ThousandSeparatorProperty

    Provides information about the ThousandSeparator property.

    Declaration
    public static readonly StyleInfoProperty ThousandSeparatorProperty
    Field Value
    Type Description
    StyleInfoProperty

    TimeSeparatorProperty

    Provides information about the TimeSeparator property.

    Declaration
    public static readonly StyleInfoProperty TimeSeparatorProperty
    Field Value
    Type Description
    StyleInfoProperty

    UsageModeProperty

    Provides information about the UsageMode property.

    Declaration
    public static readonly StyleInfoProperty UsageModeProperty
    Field Value
    Type Description
    StyleInfoProperty

    UseLocaleDefaultProperty

    Provides information about the UseLocaleDefault property.

    Declaration
    public static readonly StyleInfoProperty UseLocaleDefaultProperty
    Field Value
    Type Description
    StyleInfoProperty

    UseUserOverrideProperty

    Provides information about the UseUserOverride property.

    Declaration
    public static readonly StyleInfoProperty UseUserOverrideProperty
    Field Value
    Type Description
    StyleInfoProperty

    Properties

    StaticDataStore

    Declaration
    protected override StaticData StaticDataStore { get; }
    Property Value
    Type Description
    StaticData
    Overrides
    StyleInfoStore.StaticDataStore

    Methods

    Clone()

    Creates a copy of current object.

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

    A duplicate 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 - 2022 Syncfusion Inc. All Rights Reserved