[]
The SplitButtonStyles class represents the styles for the C1SplitButton control which contains display attributes that determine the appearance of control.
public class SplitButtonStyles : ButtonBaseStyles, IDropDownStyleSupport<DropDownStyle>
Public Class SplitButtonStyles
Inherits ButtonBaseStyles
Implements IDropDownStyleSupport(Of DropDownStyle)
| Name | Description |
|---|---|
| DropDown | Gets style containing display attributes that determine the general appearance of the drop down form on the screen. |
| Item | Gets style containing display attributes that determine the general appearance of the drop down item on the screen. |
| Name | Description |
|---|---|
| ResetDropDown() | Restores the default value of the DropDown property. |
| ResetItem() | Restores the default value of the Item property. |
| ShouldSerializeDropDown() | Specifies whether to save the value of the DropDown property. |
| ShouldSerializeItem() | Specifies whether to save the value of the Item property. |