WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GridTimeSpanEditStyleInfoStore

    Show / Hide Table of Contents

    Class GridTimeSpanEditStyleInfoStore

    Implements the data store for the GridTimeSpanEditStyleInfo object.

    Inheritance
    System.Object
    StyleInfoStore
    GridTimeSpanEditStyleInfoStore
    Implements
    System.IDisposable
    IStyleInfo
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    StyleInfoStore.FindStyleInfoProperty(String)
    StyleInfoStore.CopyTo(StyleInfoStore)
    StyleInfoStore.Dispose()
    StyleInfoStore.Equals(Object)
    StyleInfoStore.GetHashCode()
    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.MergeStyle(IStyleInfo)
    StyleInfoStore.ProcessWriteXml(XmlWriter, StyleInfoProperty)
    StyleInfoStore.ProcessReadXml(XmlReader, StyleInfoProperty)
    StyleInfoStore.WriteXml(XmlWriter)
    StyleInfoStore.SerializeObject(Object)
    StyleInfoStore.RegisterXmlSerializer(Type, XmlSerializer)
    StyleInfoStore.ReadXml(XmlReader)
    StyleInfoStore.DeserializeObject(Object, String)
    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.Controls.Grid
    Assembly: Syncfusion.Grid.Wpf.dll
    Syntax
    [StaticDataField("sd")]
    public class GridTimeSpanEditStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ICloneable, IXmlSerializable

    Constructors

    GridTimeSpanEditStyleInfoStore()

    Initializes a new instance of the GridTimeSpanEditStyleInfoStore class.

    Declaration
    public GridTimeSpanEditStyleInfoStore()

    Fields

    AllowNullProperty

    Provides information about the AllowNull property.

    Declaration
    public static readonly StyleInfoProperty AllowNullProperty
    Field Value
    Type Description
    StyleInfoProperty

    FormatProperty

    Provides information about the Format property.

    Declaration
    public static readonly StyleInfoProperty FormatProperty
    Field Value
    Type Description
    StyleInfoProperty

    IncrementOnScrollingProperty

    Provides information about the IncrementOnScrolling property.

    Declaration
    public static readonly StyleInfoProperty IncrementOnScrollingProperty
    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

    NullStringProperty

    Provides information about the NullString property.

    Declaration
    public static readonly StyleInfoProperty NullStringProperty
    Field Value
    Type Description
    StyleInfoProperty

    ShowArrowButtonsProperty

    Provides information about the ShowArrowButtons property.

    Declaration
    public static readonly StyleInfoProperty ShowArrowButtonsProperty
    Field Value
    Type Description
    StyleInfoProperty

    Properties

    StaticDataStore

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

    Methods

    Clone()

    Returns a copy of 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.ICloneable
    System.Xml.Serialization.IXmlSerializable

    See Also

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