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

VerticalGridStyles Members

Provides the style settings used to paint the visual elements within the ASPxVerticalGrid.

Constructors

Name Description
VerticalGridStyles(ISkinOwner) Initializes a new instance of the VerticalGridStyles class with the specified owner.

Fields

Name Description
AlternatingRecordStyleName For internal use only.
CategoryRowClassNamePostfix For internal use only.
CategoryStyleName For internal use only.
CommandCellStyleName For internal use only.
CommandItemStyleName For internal use only.
CommandRowClassNamePostfix For internal use only.
DataRowClassNamePostfix For internal use only.
DisabledStyleName static For internal use only. Returns “Disabled”. Inherited from StylesBase.
EmptyRecordClassNamePostfix For internal use only.
EmptyRecordStyleName For internal use only.
EmptyRecordVisibilityClassNamePostfix For internal use only.
GridLinesNotHorizontalClassNamePostfix For internal use only.
GridLinesNotVerticalClassNamePostfix For internal use only.
IndentClassNamePostfix For internal use only.
IndentWithBottomBorderClassNamePostfix For internal use only.
LastVisibleRowClassNamePostfix For internal use only.
LoadingDivStyleName static For internal use only. Returns “LoadingDiv”. Inherited from StylesBase.
LoadingPanelStyleName static For internal use only. Returns “LoadingPanel”. Inherited from StylesBase.
MergeHeaderIndentsClassNamePostfix For internal use only.
RecordErrorStyleName For internal use only.
RecordStyleName For internal use only.
RowHoverStyleName For internal use only.
RowPrevForCategoryClassNamePostfix For internal use only.
SelectedRecordStyleName For internal use only.
SummaryItemStyleName For internal use only.
SummaryPanelStyleName For internal use only.
VerticalGridClassNamePrefix For internal use only.

Properties

Name Description
AlternatingRecord Gets the style settings used to paint Alternating Record.
BatchEditCell Gets the style settings defining the appearance of a grid edit cell in batch edit mode.
BatchEditDeletedRecord Gets the style settings defining the appearance of a record when it is modified 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.
BatchEditNewRecord Gets the style settings defining the appearance of a grid record newly created in batch edit mode.
Category Gets the style settings used to paint Category Row .
CommandItem Gets the style settings used to paint a command item.
CommandRowRecord Gets the style settings used to paint the command row cell.
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 ASPxVerticalGrid when it is disabled.
EmptyRecord Gets the style settings used to paint an empty record.
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.
FocusedCell Gets the style settings defining the appearance of a focused data cell.
Header Gets the style settings used to paint row headers.
HeaderFilterItem Gets the style settings defining the appearance of the header filter items.
IndentWidth Gets or sets the indent width.
LoadingDiv Gets the style settings used to paint a rectangle displayed above the ASPxVerticalGrid 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.
Record Gets the style settings used to paint records.
RecordError Gets the style settings used to paint the Record Error.
RowHotTrack Gets the style settings used to paint a data record (a record in the vertical grid) when it is hot tracked.
SearchPanel Gets the style settings defining the appearance of the search panel.
SelectedRecord Gets the style settings used to paint selected records.
StatusBar Gets the style settings used to paint the status bar.
SummaryItem Gets the style settings used to paint the summary item.
SummaryPanel Gets the style settings used to paint the summary panel.
Table Gets the style settings used to paint the table that represents the ASPxVerticalGrid.
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 VerticalGridStyles class.
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