Class FilterControlVisualStyleInfoStore
Represents the class holds the plain data for a style object excluding identity information.
Implements
Inherited Members
Namespace: Syncfusion.WinForms.GridCommon
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class FilterControlVisualStyleInfoStore : VisualStyleInfoStore, IDisposable, IStyleInfo, ISerializable, ICloneable, IXmlSerializable
Constructors
FilterControlVisualStyleInfoStore()
Initializes a new instance of the FilterControlVisualStyleInfoStore class.
Declaration
public FilterControlVisualStyleInfoStore()
FilterControlVisualStyleInfoStore(SerializationInfo, StreamingContext)
Initializes a new instance of the FilterControlVisualStyleInfoStore class.
Declaration
protected FilterControlVisualStyleInfoStore(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
ActiveCasingImageProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ActiveCasingImageProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveSortAscendingIconProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ActiveSortAscendingIconProperty
Field Value
Type |
---|
StyleInfoProperty |
ActiveSortDescendingIconProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ActiveSortDescendingIconProperty
Field Value
Type |
---|
StyleInfoProperty |
AdvancedFilterButtonStyleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty AdvancedFilterButtonStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
AdvancedFilterDropDownIconProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty AdvancedFilterDropDownIconProperty
Field Value
Type |
---|
StyleInfoProperty |
AdvancedFilterDroppedDownIconProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty AdvancedFilterDroppedDownIconProperty
Field Value
Type |
---|
StyleInfoProperty |
BackColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty BackColorProperty
Field Value
Type |
---|
StyleInfoProperty |
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
Declaration
public static readonly StyleInfoProperty BorderStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
CancelButtonStyleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty CancelButtonStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
CasingButtonImageProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty CasingButtonImageProperty
Field Value
Type |
---|
StyleInfoProperty |
ClearButtonStyleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ClearButtonStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
ClearFilterIconProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ClearFilterIconProperty
Field Value
Type |
---|
StyleInfoProperty |
CloseIconProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty CloseIconProperty
Field Value
Type |
---|
StyleInfoProperty |
DateFilterButtonImageProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty DateFilterButtonImageProperty
Field Value
Type |
---|
StyleInfoProperty |
DateTimeCasingImageProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty DateTimeCasingImageProperty
Field Value
Type |
---|
StyleInfoProperty |
DisabledClearFilterIconProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty DisabledClearFilterIconProperty
Field Value
Type |
---|
StyleInfoProperty |
DoneButtonStyleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty DoneButtonStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
ForeColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty ForeColorProperty
Field Value
Type |
---|
StyleInfoProperty |
OkButtonStyleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty OkButtonStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
SearchIconProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty SearchIconProperty
Field Value
Type |
---|
StyleInfoProperty |
SeparatorColorProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty SeparatorColorProperty
Field Value
Type |
---|
StyleInfoProperty |
SortAscendingButtonStyleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty SortAscendingButtonStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
SortAscendingIconProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty SortAscendingIconProperty
Field Value
Type |
---|
StyleInfoProperty |
SortDescendingButtonStyleProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty SortDescendingButtonStyleProperty
Field Value
Type |
---|
StyleInfoProperty |
SortDescendingIconProperty
Provides information about the
Declaration
public static readonly StyleInfoProperty SortDescendingIconProperty
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. |