[]
The SplitButtonItemStyle class represents the styles for the C1SplitButton control which contains display attributes that determine the appearance of the drop down item.
public class SplitButtonItemStyle : ItemStyle
| Name | Description |
|---|---|
| Icon | Gets style containing display attributes that determine the general appearance of checkbox or icon for the drop down item. |
| SeparatorColor | Gets or sets the Color used to paint the separator line. |
| Name | Description |
|---|---|
| ResetIcon() | Restores the default value of the Icon property. |
| ResetSeparatorColor() | Restores the default value of the SeparatorColor property. |
| ShouldSerializeIcon() | Specifies whether to save the value of the Icon property. |
| ShouldSerializeSeparatorColor() | Specifies whether to save the value of the SeparatorColor property. |