CallbackPanelStyles Properties
Contains settings that allow the ASPxCallbackPanel‘s appearance to be defined.| Name | Description |
|---|---|
| CssFilePath | Gets or sets the path to a CSS file that defines the web control’s appearance. Inherited from StylesBase. |
| CssPostfix | Gets or sets a CSS class name postfix that identifies style settings to be applied to the control. Inherited from StylesBase. |
| Disabled | Gets the style settings that define the appearance of the disabled panel. Inherited from PanelStyles. |
| EnableDefaultAppearance | Obsolete. Specifies whether to enable the control’s default appearance. Inherited from StylesBase. |
| ExpandBar | Gets the style settings that define the expand bar appearance. Inherited from PanelStyles. |
| ExpandButton | Gets the style settings that define the expand button appearance. Inherited from PanelStyles. |
| ExpandedExpandBar | Gets the style settings that define the appearance of the expand bar when the panel is expanded. Inherited from PanelStyles. |
| ExpandedPanel | Gets the style settings that define the expanded panel appearance. Inherited from PanelStyles. |
| LoadingDiv | Gets style settings that define the appearance of a rectangle displayed above a control while waiting for a callback response. |
| LoadingPanel | Provides style settings that define the appearance of a loading panel. |
| ModalBackground | Gets the style settings that define the appearance of the page’s content displayed behind the invoked modal panel. Inherited from PanelStyles. |
| Panel | Gets the style settings that define the panel appearance. Inherited from PanelStyles. |
| Theme | Gets or sets the name of the Theme to be applied to a web control. Inherited from StylesBase. |
See Also