BootstrapPopupControlCssClasses Properties
Stores CSS classes applied to visual elements of the Popup Control.| Name | Description |
|---|---|
| CloseButton | Gets or sets the name of a CSS class applied to the Close button element. |
| Content | Gets or sets the name of a CSS class applied to the content container element. |
| Control | Gets or sets the name of a CSS class applied to the control’s root element. Inherited from BootstrapCssClasses. |
| Footer | Gets or sets the name of a CSS class applied to the footer element. |
| Header | Gets or sets the name of a CSS class applied to the header element. |
| IconClose | The CSS class of an icon displayed by to Popup Control’s Close button. |
| ModalBackground | Gets or sets the name of a CSS class applied to the modal background element. |
See Also