StandardDropDownProperties Enumeration |
Namespace: Kettic.AspNet.Controls.EditorAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic enum StandardDropDownProperties
Public Enumeration StandardDropDownProperties
public enum class StandardDropDownProperties
type StandardDropDownProperties
Members
| Member name | Value | Description |
---|
| PopUpWidth | 0 |
Use this attribute to set the width of a DropDown
|
| PopUpHeight | 1 |
Use this attribute to set the height of a DropDown
|
| PopUpClassName | 2 |
Use this attribute to set the popup class name of a DropDown
|
| SizeToFit | 3 |
Use this attribute to let the DropDown to adjust its size to its content automatically
|
| ItemsPerRow | 4 |
Use this attribute to set the number of the items per row in a DropDown
|
See Also