[]
The DropDownControlStyles<T> class represents the styles for the C1DropDownControl control which contains display attributes that determine the appearance of control.
public class DropDownControlStyles<T> : TextBoxStyles, INotifyPropertyChanged, IDisposable where T : DropDownStyle, new()
Name | Description |
---|---|
T |
Name | Description |
---|---|
DropDownControlStyles(BaseThemeProvider) | Initializes a new instance of the DropDownControlStyles<T>. |
Name | Description |
---|---|
DropDown | Gets style containing display attributes that determine the general appearance of the drop down form on the screen. |
Name | Description |
---|---|
ResetDropDown() | Restores the default value of the DropDown property. |
ShouldSerializeDropDown() | Specifies whether to save the value of the DropDown property. |