Class ListViewItemStyleInfoStore
Represents the class holds the plain data for a style object excluding identity information.
Implements
Inherited Members
Namespace: Syncfusion.WinForms.ListView.Styles
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public class ListViewItemStyleInfoStore : StyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
ListViewItemStyleInfoStore()
Initializes a new instance of the ListViewItemStyleInfoStore class.
Declaration
public ListViewItemStyleInfoStore()
ListViewItemStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the ListViewItemStyleInfoStore class.
Declaration
protected ListViewItemStyleInfoStore(SerializationInfo info, StreamingContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Runtime.Serialization.SerializationInfo | info | Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize |
| System.Runtime.Serialization.StreamingContext | context | Describes the source and destination of a given serialized stream, and provides an additional caller-defined context. |
Fields
BackColorProperty
Provides information about the BackColor property.
Declaration
public static readonly StyleInfoProperty BackColorProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
FontProperty
Provides information about the Font property.
Declaration
public static readonly StyleInfoProperty FontProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
ForeColorProperty
Provides information about the ForeColor property.
Declaration
public static readonly StyleInfoProperty ForeColorProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
TextAlignmentProperty
Provides information about the TextAlignment property.
Declaration
public static readonly StyleInfoProperty TextAlignmentProperty
Field Value
| Type |
|---|
| StyleInfoProperty |
Properties
StaticDataStore
Overridden to get the static data source.
Declaration
protected override StaticData StaticDataStore { get; }
Property Value
| Type |
|---|
| StaticData |
Overrides
Methods
Clone()
Creates a copy of the current object.
Declaration
public override object Clone()
Returns
| Type | Description |
|---|---|
| System.Object | A duplicate of the current object. |