Class SortButton.SortButtonVisualStyle
Represents the class to define the style for SortButton control.
Inheritance
System.Object
SortButton.SortButtonVisualStyle
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Syncfusion.WinForms.GridCommon
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public class SortButtonVisualStyle : ButtonVisualStyle, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
SortButtonVisualStyle()
Initializes a new instance of the SortButton.SortButtonVisualStyle class.
Declaration
public SortButtonVisualStyle()
SortButtonVisualStyle(StyleInfoSubObjectIdentity)
Initializes a new instance of the SortButton.SortButtonVisualStyle class.
Declaration
public SortButtonVisualStyle(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A ButtonStyleInfoIdentity that holds the identity for this ButtonStyleInfoStore. |
SortButtonVisualStyle(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the SortButton.SortButtonVisualStyle class.
Declaration
public SortButtonVisualStyle(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A ButtonStyleInfoIdentity that holds the identity for this ButtonStyleInfoStore. |
StyleInfoStore | store | The store. |
Properties
DefaultStyle
Gets the default style value for the SortButton control.
Declaration
public static ButtonVisualStyle DefaultStyle { get; }
Property Value
Type |
---|
ButtonVisualStyle |
Methods
GetDefaultStyle()
Gets the default style value of the SortButton.SortButtonVisualStyle class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Returns the default style value. |
Overrides
Implements
System.ComponentModel.ICustomTypeDescriptor
System.IDisposable
System.ComponentModel.ISupportInitialize
System.IFormattable
System.IConvertible
System.Xml.Serialization.IXmlSerializable