[]
The MultiSelectStyles class represents the theme for the C1MultiSelect control which contains display attributes that determine the appearance of control.
public class MultiSelectStyles : BaseStyle, IDropDownStyleSupport<DropDownStyle>, IButtonStyleSupport
Public Class MultiSelectStyles
Inherits BaseStyle
Implements IDropDownStyleSupport(Of DropDownStyle), IButtonStyleSupport
| Name | Description |
|---|---|
| Button | Gets style containing display attributes that determine the general appearance of buttons. |
| CheckList | Gets or sets C1.Win.TreeView.Styles.CheckListStyles contains display attributes that determine the appearance of CheckList element on the screen. |
| DropDown | Gets style containing display attributes that determine the general appearance of the drop down form on the screen. |
| DropDownButton | Use the Button property instead. |
| IsDefault | Gets value indicating whether the style is default. |
| TagEditor | Gets or sets TagEditorStyles contains display attributes that determine the appearance of TagEditor element on the screen. |
| Name | Description |
|---|---|
| Reset() | Resets style to it default value according to the applied theme. |
| ResetButton() | Restores the default value of the Button property. |
| ResetDropDown() | Restores the default value of the DropDown property. |
| ResetTagEditor() | Restores the default value of the TagEditor property. |
| ShouldSerializeButton() | Specifies whether to save the value of the Button property. |
| ShouldSerializeDropDown() | Specifies whether to save the value of the DropDown property. |
| ShouldSerializeTagEditor() | Specifies whether to save the value of the TagEditor property. |