Class DropDownButtonStyle
Represents the class to define the style for SfButton control.
Inheritance
System.Object
DropDownButtonStyle
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 DropDownButtonStyle : ButtonVisualStyle, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
DropDownButtonStyle()
Initializes a new instance of the DropDownButtonStyle class.
Declaration
public DropDownButtonStyle()
DropDownButtonStyle(StyleInfoSubObjectIdentity)
Initializes a new instance of the DropDownButtonStyle class.
Declaration
public DropDownButtonStyle(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A ButtonStyleInfoIdentity that holds the identity for this ButtonStyleInfoStore. |
DropDownButtonStyle(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the DropDownButtonStyle class
Declaration
public DropDownButtonStyle(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 DropDownButtonStyle DefaultStyle { get; }
Property Value
Type |
---|
DropDownButtonStyle |
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