BootstrapUploadControlCssClasses Properties
Stores CSS classes applied to visual elements of the Upload Control.Name | Description |
---|---|
BrowseButton | Gets or sets the name of a CSS class applied to the Browse button element. |
ClearButton | Gets or sets the name of a CSS class applied to the Clear button element. |
Control | Gets or sets the name of a CSS class applied to the control’s root element. Inherited from BootstrapCssClasses. |
DropZone | Gets or sets the name of a CSS class applied to the file drop zone element. |
FileName | Gets or sets the name of a CSS class applied to the file name element. |
IconClearButton | The CSS class of an icon displayed by the Clear button. |
Input | |
RemoveButton | Gets or sets the name of a CSS class applied to the Remove button element. |
UploadButton | Gets or sets the name of a CSS class applied to the Upload button element. |
See Also