Class ListViewVisualStyleInfoStore
Provides storage for the Style object.
Inheritance
Implements
Inherited Members
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
Declaration
public static readonly StyleInfoProperty Border3DStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty BorderColorProperty
Field Value
Type |
---|
StyleInfoProperty |
BorderSidesProperty
Provides information about the
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
Declaration
public static readonly StyleInfoProperty CheckBoxStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
FooterItemStyleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty FooterItemStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
GroupItemStyleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty GroupItemStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
HeaderItemStyleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty HeaderItemStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
ItemStyleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ItemStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
SelectionStyleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty SelectionStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
ToolTipStyleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ToolTipStyleProperty
Field Value
Type |
---|
StyleInfoProperty |