Back to Devexpress

CallbackPanelStyles Members

aspnet-devexpress-dot-web-dot-callbackpanelstyles-dot-underscore-members.md

latest7.7 KB
Original Source

CallbackPanelStyles Members

Contains settings that allow the ASPxCallbackPanel‘s appearance to be defined.

Fields

NameDescription
ExpandBarStyleName staticFor internal use only. Returns “ExpandBar”. Inherited from PanelStyles.
ExpandButtonStyleName staticFor internal use only. Returns “ExpandButton”. Inherited from PanelStyles.
ExpandedExpandBarStyleName staticFor internal use only. Returns “ExpandedExpandBar”. Inherited from PanelStyles.
ExpandedPanelStyleName staticFor internal use only. Returns “ExpandedPanel”. Inherited from PanelStyles.
ModalBackgroundStyleName staticFor internal use only. Inherited from PanelStyles.
PanelStyleName staticFor internal use only. Returns “Panel”. Inherited from PanelStyles.

Properties

NameDescription
CssFilePathGets or sets the path to a CSS file that defines the web control’s appearance. Inherited from StylesBase.
CssPostfixGets or sets a CSS class name postfix that identifies style settings to be applied to the control. Inherited from StylesBase.
DisabledGets the style settings that define the appearance of the disabled panel. Inherited from PanelStyles.
EnableDefaultAppearanceObsolete. Specifies whether to enable the control’s default appearance. Inherited from StylesBase.
ExpandBarGets the style settings that define the expand bar appearance. Inherited from PanelStyles.
ExpandButtonGets the style settings that define the expand button appearance. Inherited from PanelStyles.
ExpandedExpandBarGets the style settings that define the appearance of the expand bar when the panel is expanded. Inherited from PanelStyles.
ExpandedPanelGets the style settings that define the expanded panel appearance. Inherited from PanelStyles.
LoadingDivGets style settings that define the appearance of a rectangle displayed above a control while waiting for a callback response.
LoadingPanelProvides style settings that define the appearance of a loading panel.
ModalBackgroundGets the style settings that define the appearance of the page’s content displayed behind the invoked modal panel. Inherited from PanelStyles.
PanelGets the style settings that define the panel appearance. Inherited from PanelStyles.
ThemeGets or sets the name of the Theme to be applied to a web control. Inherited from StylesBase.

Methods

NameDescription
Assign(PropertiesBase)Copies the settings from the specified PropertiesBase object to the current object. Inherited from StylesBase.
CopyFrom(StylesBase)Duplicates the properties of the specified object into the current instance of the StylesBase class. Inherited from StylesBase.
CreateStyleCopyByName<T>(String)Creates and returns a copy of a style object with the specified name. Inherited from StylesBase.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
IsDefaultAppearanceEnabled()Specifies whether the control’s default appearance is enabled. For internal use only, Inherited from StylesBase.
IsNative()Returns a value indicating whether the control is rendered as a native HTML control. Inherited from StylesBase.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Reset()Returns the StylesBase object to its original state. Inherited from StylesBase.
ToString()Returns the string that represents the current object. Inherited from StylesBase.

See Also

CallbackPanelStyles Class

DevExpress.Web Namespace