Back to Devexpress

CardViewCustomizationWindowPopupStyle Members

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

latest9.7 KB
Original Source

CardViewCustomizationWindowPopupStyle Members

Contains styles settings defining the appearance of a Customization Window.

Fields

NameDescription
CloseButtonStyleName staticReturns the name of the window Close Button style. This name is equal to “CloseButton”. Inherited from PopupControlStyles.
CollapseButtonStyleName staticReturns the name of the window Collapse Button style. This name is “CollapseButton”. Inherited from PopupControlStyles.
ContentStyleName staticReturns the name of the window’s entire contents style. This name is equal to “Content”. Inherited from PopupControlStyles.
FooterStyleName staticReturns the name of the window Footer style. This name is equal to “Footer”. Inherited from PopupControlStyles.
HeaderButtonCellSystemClassName staticFor internal use only. Inherited from PopupControlStyles.
HeaderStyleName staticReturns the name of the window Header style. This name is equal to “Header”. Inherited from PopupControlStyles.
MaximizeButtonStyleName staticReturns the name of the window Maximize Button style. This name is “MaximizeButton”. Inherited from PopupControlStyles.
ModalBackgroundStyleName staticReturns the name of the a style that is used to fill the page background when a window is displayed as modal. This name is equal to “ModalBackground”. Inherited from PopupControlStyles.
PinButtonStyleName staticReturns the name of the Pin Button style. This name is equal to “PinButton”. Inherited from PopupControlStyles.
RefreshButtonStyleName staticReturns the name of the Refresh Button style. This name is equal to “RefreshButton”. Inherited from PopupControlStyles.
RtlMarkerCssClassName staticFor internal use only. Inherited from PopupControlStyles.
StyleStyleName staticFor internal use only. Inherited from PopupControlStyles.

Properties

NameDescription
CloseButtonGets style settings for a window’s close button. Inherited from PopupControlStyles.
CollapseButtonGets style settings for a window’s collapse button. Inherited from PopupControlStyles.
ContentGets style settings for a window’s content region. Inherited from PopupControlStyles.
ControlStyleObsolete. Gets style settings for a popup control’s. Inherited from PopupControlStyles.
EnableDefaultAppearanceObsolete. Specifies whether to enable the control’s default appearance. Inherited from StylesBase.
HeaderGets style settings for a window’s header. Inherited from PopupControlStyles.
MainAreaGets the style settings defining a customization window‘s main area appearance.
MaximizeButtonGets style settings for a window’s maximize button. Inherited from PopupControlStyles.
PinButtonGets style settings for a window’s pin button. Inherited from PopupControlStyles.
PopupControlGets the general style settings of popup elements within a grid.
RefreshButtonGets style settings for a window’s refresh button. Inherited from PopupControlStyles.
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

CardViewCustomizationWindowPopupStyle Class

DevExpress.Web Namespace