menu

WinForms

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

    Show / Hide Table of Contents

    Class ListViewVisualStyleInfoStore

    Provides storage for the Style object.

    Inheritance
    System.Object
    StyleInfoStore
    VisualStyleInfoStore
    ScrollerVisualStyleInfoStore
    ListViewVisualStyleInfoStore
    Implements
    System.IDisposable
    IStyleInfo
    System.Runtime.Serialization.ISerializable
    System.ICloneable
    System.Xml.Serialization.IXmlSerializable
    Inherited Members
    ScrollerVisualStyleInfoStore.GetStaticData()
    ScrollerVisualStyleInfoStore.HorizontalScrollBarProperty
    ScrollerVisualStyleInfoStore.SizeGripProperty
    ScrollerVisualStyleInfoStore.StaticDataStore
    ScrollerVisualStyleInfoStore.VerticalScrollBarProperty
    StyleInfoStore.Clear()
    StyleInfoStore.Clone()
    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.WinForms.ListView.Styles
    Assembly: Syncfusion.SfListView.WinForms.dll
    Syntax
    public class ListViewVisualStyleInfoStore : ScrollerVisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable

    Constructors

    ListViewVisualStyleInfoStore()

    Initializes a new instance of the ListViewVisualStyleInfoStore class.

    Declaration
    public ListViewVisualStyleInfoStore()

    ListViewVisualStyleInfoStore(SerializationInfo, StreamingContext)

    Initializes a new instance of the ListViewVisualStyleInfoStore class from a serialization stream.

    Declaration
    protected ListViewVisualStyleInfoStore(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    System.Runtime.Serialization.SerializationInfo info

    An object that holds all the data needed to serialize or deserialize this instance.

    System.Runtime.Serialization.StreamingContext context

    Describes the source and destination of the serialized stream specified by info.

    Fields

    Border3DStyleProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty Border3DStyleProperty
    Field Value
    Type
    StyleInfoProperty

    BorderColorProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty BorderColorProperty
    Field Value
    Type
    StyleInfoProperty

    BorderSidesProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty BorderSidesProperty
    Field Value
    Type
    StyleInfoProperty

    BorderStyleProperty

    Provides information about the System.Windows.Forms.BorderStyle property.

    Declaration
    public static readonly StyleInfoProperty BorderStyleProperty
    Field Value
    Type
    StyleInfoProperty

    CheckBoxStyleProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty CheckBoxStyleProperty
    Field Value
    Type
    StyleInfoProperty

    FooterItemStyleProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty FooterItemStyleProperty
    Field Value
    Type
    StyleInfoProperty

    GroupItemStyleProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty GroupItemStyleProperty
    Field Value
    Type
    StyleInfoProperty

    HeaderItemStyleProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty HeaderItemStyleProperty
    Field Value
    Type
    StyleInfoProperty

    ItemStyleProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty ItemStyleProperty
    Field Value
    Type
    StyleInfoProperty

    SelectionStyleProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty SelectionStyleProperty
    Field Value
    Type
    StyleInfoProperty

    ToolTipStyleProperty

    Provides information about the property.

    Declaration
    public static readonly StyleInfoProperty ToolTipStyleProperty
    Field Value
    Type
    StyleInfoProperty

    Implements

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