Class ClearButtonStyle
Represents the class to define the style for clear button.
Inheritance
System.Object
ClearButtonStyle
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.ListView.Styles
Assembly: Syncfusion.SfListView.WinForms.dll
Syntax
public class ClearButtonStyle : ButtonVisualStyle, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
ClearButtonStyle()
Initializes a new instance of the ClearButtonStyle class.
Declaration
public ClearButtonStyle()
ClearButtonStyle(StyleInfoSubObjectIdentity)
Initializes a new instance of the ClearButtonStyle class.
Declaration
public ClearButtonStyle(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A ButtonStyleInfoIdentity that holds the identity for this ButtonStyleInfoStore. |
ClearButtonStyle(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the ClearButtonStyle class
Declaration
public ClearButtonStyle(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 SfButton control.
Declaration
public static ClearButtonStyle DefaultStyle { get; }
Property Value
Type |
---|
ClearButtonStyle |
Methods
GetDefaultStyle()
Gets the default style value of the ButtonVisualStyle 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