Skip to main content
A newer version of this page is available. .
Tab

CardViewStyles Members

Contains settings that allow you to define the appearance of the ASPxCardView‘s visual elements.

Fields

Name Description
BreakpointsCardStyleName For internal use only.
BreakpointsLayoutEmptyCardWrapperPostfix For internal use only.
BreakpointsTableClassNamePostfix For internal use only.
CardErrorStyleName For internal use only.
CardHoverStyleName For internal use only.
CardStyleName For internal use only.
CardViewClassNamePrefix For internal use only.
CommandItemStyleName For internal use only.
EditFormCardStyleName For internal use only.
EmptyCardStyleName For internal use only.
EmptyHiddenCardStyleName For internal use only.
EndlessPagingMoreButtonContainerPostfix For internal use only.
ErrorCardContentWrapperPostfix For internal use only.
ErrorCardErrorContainerPostfix For internal use only.
FlowCardStyleName For internal use only.
FlowLayoutEmptyCardWrapperPostfix For internal use only.
FlowTableClassNamePostfix For internal use only.
FocusedCardStyleName For internal use only.
GroupRowButtonStylePostfix For internal use only.
GroupRowStyleName For internal use only.
HeaderPanelGroupSelectorContainerPostfix For internal use only.
HeaderPanelStyleName For internal use only.
ParentGroupRowStylePostfix For internal use only.
SelectedCardStyleName For internal use only.
SeparatorStyleName For internal use only.
SummaryItemStyleName For internal use only.
SummaryPanelStyleName For internal use only.

Properties

Name Description
BatchEditCell Gets the style settings defining the appearance of a grid edit cell in batch edit mode.
BatchEditDeletedCard Gets the style settings defining the appearance of a card when it is deleted in batch edit mode.
BatchEditModifiedCell Gets the style settings defining the appearance of a grid data cell when it is modified in batch edit mode.
BatchEditNewCard Gets the style settings defining the appearance of a card newly created in batch edit mode.
BreakpointsCard Gets the style settings used to paint a card when the Card View is in Breakpoints layout mode.
Card Gets the style settings used to paint a card.
CardError Gets the style settings used to paint the error row.
CardHotTrack Gets the style settings used to paint a card when it is hot tracked.
CommandItem Gets the style settings used to paint a command item.
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 used to paint the ASPxCardView when it is disabled.
EditFormCard Gets the style settings used to paint the card currently being edited.
EmptyCard Gets the style settings used to paint the empty card.
EnableDefaultAppearance Obsolete. Specifies whether to enable the control’s default appearance. Inherited from StylesBase.
FilterBar Gets the style settings used to paint the filter bar.
FilterBarCheckBoxCell Gets the style settings used to paint the filter bar‘s cell which displays the check box.
FilterBarClearButtonCell Gets the style settings used to paint the filter bar‘s cell which displays the Clear button.
FilterBarExpressionCell Gets the style settings used to paint the filter bar‘s cell which displays the current filter expression.
FilterBarImageCell Gets the style settings used to paint the filter bar‘s cell which displays the filter image.
FilterBarLink Gets the style settings used to paint links (filter expression, clear filter command) displayed within the filter bar.
FlowCard Gets the style settings used to paint cards when ASPxCardView in flow layout mode.
FocusedCard Gets the style settings used to paint the currently focused card.
FocusedCell Gets the style settings defining the appearance of a focused cell.
GroupRow Gets the style settings used to paint group rows.
Header Gets the style settings used to paint column headers.
HeaderPanel Gets the style settings used to paint the Header Panel.
LoadingDiv Gets the style settings used to paint a rectangle displayed above the ASPxCardView while waiting for a callback response.
LoadingPanel Provides style settings for a loading panel that can be displayed while waiting for a callback response.
PagerBottomPanel Gets the style settings used to paint the Pager bottom panel.
PagerTopPanel Gets the style settings used to paint the Pager top panel.
SearchPanel Gets the style settings defining the appearance of the search panel.
SelectedCard Gets the style settings used to paint selected cards.
StatusBar Gets the style settings used to paint the Status Bar.
SummaryItem Gets the style settings used to paint summary items.
SummaryPanel Gets the style settings used to paint the summary panel.
Table Gets the style settings used to paint the table that represents the ASPxCardView.
Theme Gets or sets the name of the Theme to be applied to a web control. Inherited from StylesBase.
TitlePanel Gets the style settings used to paint the Title Panel.

Methods

Name Description
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.
CreateCssClassName(String, String, String) static For internal use only. Inherited from StylesBase.
CreateStyleByName(String, String) Creates and returns a style object with the specified name. For internal use only. Inherited from StylesBase.
CreateStyleByName(String) For internal use only. 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) static Determines 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.
GetBulletIndent() For internal use only. Inherited from StylesBase.
GetCssFilePath() For internal use only. Inherited from StylesBase.
GetCssPostFix() For internal use only. Inherited from StylesBase.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetImageSpacing() For internal use only. Inherited from StylesBase.
GetLoadingPanelImageSpacing() For internal use only. Inherited from StylesBase.
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() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines 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 a string that represents the current object.
See Also