WPF

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

    Show / Hide Table of Contents

    Class TreeStyleInfoStore

    Provides storage for the TreeStyleInfo object.

    Inheritance
    System.Object
    StyleInfoStore
    TreeStyleInfoStore
    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.VirtualTreeView
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    [StaticDataField("sd")]
    public class TreeStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ICloneable, IXmlSerializable

    Constructors

    TreeStyleInfoStore()

    Initializes a new empty TreeStyleInfoStore.

    Declaration
    public TreeStyleInfoStore()

    Fields

    BackgroundProperty

    Provides information about the Background property.

    Declaration
    public static readonly StyleInfoProperty BackgroundProperty
    Field Value
    Type Description
    StyleInfoProperty

    BorderMarginsProperty

    Provides information about the BorderMargins property.

    Declaration
    public static readonly StyleInfoProperty BorderMarginsProperty
    Field Value
    Type Description
    StyleInfoProperty

    BordersProperty

    Provides information about the Borders property.

    Declaration
    public static readonly StyleInfoProperty BordersProperty
    Field Value
    Type Description
    StyleInfoProperty

    CellRendererProperty

    Provides information about the CellRenderer property.

    Declaration
    public static readonly StyleInfoProperty CellRendererProperty
    Field Value
    Type Description
    StyleInfoProperty

    CellTemplateKeyProperty

    Provides information about the CellTemplateKey property.

    Declaration
    public static readonly StyleInfoProperty CellTemplateKeyProperty
    Field Value
    Type Description
    StyleInfoProperty

    CellTemplateProperty

    Provides information about the CellTemplate property.

    Declaration
    public static readonly StyleInfoProperty CellTemplateProperty
    Field Value
    Type Description
    StyleInfoProperty

    CellValueProperty

    Provides information about the CellValue property.

    Declaration
    public static readonly StyleInfoProperty CellValueProperty
    Field Value
    Type Description
    StyleInfoProperty

    CellValueTypeProperty

    Provides information about the CellValueType property.

    Declaration
    public static readonly StyleInfoProperty CellValueTypeProperty
    Field Value
    Type Description
    StyleInfoProperty

    CultureInfoProperty

    Provides information about the CultureInfo property.

    Declaration
    public static readonly StyleInfoProperty CultureInfoProperty
    Field Value
    Type Description
    StyleInfoProperty

    FormatProperty

    Provides information about the Format property.

    Declaration
    public static readonly StyleInfoProperty FormatProperty
    Field Value
    Type Description
    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 Description
    StaticData
    Overrides
    StyleInfoStore.StaticDataStore

    Methods

    Clone()

    Creates an exact copy of the current object.

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

    A StyleInfoStore with same data as the current object.

    Overrides
    StyleInfoStore.Clone()

    Implements

    System.IDisposable
    IStyleInfo
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved