Skip to main content
Tab

GridViewStyles Members

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

Properties

Name Description
AdaptiveDetailButtonWidth Specifies the width of a column containing adaptive detail buttons.
AdaptiveDetailCell Gets the style settings used to paint the detail row cell when the grid is in adaptive mode.
AdaptiveDetailRow Gets the style settings used to paint the detail rows when the grid is in adaptive mode.
AdaptiveFooterPanel Gets the style settings defining the appearance of the adaptive footer panel.
AdaptiveGroupPanel Gets the style settings defining the appearance of the adaptive group panel.
AdaptiveHeaderPanel Gets the style settings defining the appearance of the adaptive header panel.
AlternatingRow Gets the style settings used to paint Alternating Data Row.
BatchEditCell Specifies the appearance of edit cells.
BatchEditChangesPreviewGroupRow Specifies the appearance of group rows when the grid is in Preview Changes mode.
BatchEditDeletedRow Specifies the appearance of deleted rows.
BatchEditModifiedCell Specifies the appearance of modified data cells.
BatchEditNewRow Specifies the appearance of inserted rows.
Cell Gets the style settings used to paint data cells.
CommandColumn Gets the style settings used to paint the Command Column‘s cells.
CommandColumnItem Gets the style settings used to paint command column items.
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.
CustomizationDialog Gets the style settings used to paint the Customization Dialog.
CustomizationDialogActiveTab Gets the style settings defining the appearance of the active tab in the Customization Dialog.
CustomizationDialogColumnChooserPage Gets the style settings defining the appearance of the “Column Chooser” page in the Customization Dialog.
CustomizationDialogColumnItem Gets the style settings defining the appearance of column items in the Customization Dialog.
CustomizationDialogContent Gets the style settings defining the appearance of the Customization Dialog content.
CustomizationDialogDragArea Gets the style settings defining the appearance of the Customization Dialog‘s drag area.
CustomizationDialogFilteringPage Gets the style settings defining the appearance of the “Filtering” page in the Customization Dialog.
CustomizationDialogFilterItem Gets the style settings defining the appearance of the filter item in the Customization Dialog.
CustomizationDialogGroupingPage Gets the style settings defining the appearance of the “Grouping” page in the Customization Dialog.
CustomizationDialogHeader Gets the style settings defining the appearance of the Customization Dialog‘s header.
CustomizationDialogListArea Gets the style settings defining the appearance of the Customization Dialog‘s list area.
CustomizationDialogSortingPage Gets the style settings defining the appearance of “Sorting” page in the Customization Dialog.
CustomizationDialogTab Gets the style settings defining the appearance of a tab in the Customization Dialog.
CustomizationDialogTabControl Gets the style settings defining the appearance of the tab control in the Customization Dialog.
DetailButton Gets the style settings used to paint detail buttons.
DetailCell Gets the style settings used to paint the detail row cell.
DetailRow Gets the style settings used to paint detail rows.
Disabled Gets the style settings used to paint the ASPxGridView when it is disabled.
EditForm Gets the style settings used to paint the Edit Form.
EditFormCell Gets the style settings used to paint edit cells displayed within the Edit Form.
EditFormColumnCaption Gets the style settings used to paint the edit cell captions within the Edit Form.
EditFormDisplayRow Get the style settings used to paint the data row currently being edited.
EditFormTable Gets the style settings used to paint the table that represents the Edit Form.
EditingErrorRow Gets the style settings used to paint the Error Row.
EmptyDataRow Gets the style settings used to paint the Empty Data Row.
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.
FilterCell Gets the style settings used to paint cells within the Filter Row.
FilterRow Gets the style settings used to paint the Filter Row.
FilterRowMenu Gets the style settings used to paint the filter row menu.
FilterRowMenuItem Gets the style settings used to paint the filter row menu items.
FixedColumn Gets the style settings defining the appearance of fixed columns.
FocusedCell Specifies the appearance of the focused data cell.
FocusedGroupRow Specifies the appearance of the focused group row.
FocusedRow Specifies the appearance of the focused data row.
Footer Gets the style settings used to paint footer cells.
GroupButtonWidth Gets or sets the group button’s width.
GroupFooter Gets the style settings used to paint group footers.
GroupPanel Specifies the appearance of the Group Panel.
GroupRow Specifies the appearance of group rows.
Header Specifies the appearance of all column headers.
HeaderFilterItem Gets the style settings defining the appearance of the Header Filter items.
HeaderPanel Specifies the appearance of the Header Panel.
InlineEditCell Gets the style settings used to paint in-line edit row cells.
InlineEditRow Gets the style settings used to paint the In-Line Edit Row.
LoadingDiv Gets the style settings used to paint a rectangle displayed above the ASPxGridView 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.
PreviewRow Gets the style settings used to paint the preview rows.
Row Gets the style settings used to paint data rows.
RowHotTrack Gets the style settings used to paint a data row when it is hot tracked.
SearchPanel Gets the style settings defining the appearance of the search panel.
SelectedRow Specifies the appearance of the selected data row.
StatusBar Gets the style settings used to paint the Status Bar.
Table Gets the style settings used to paint the table that represents the ASPxGridView.
Theme Gets or sets the name of the Theme to be applied to a web control. Inherited from StylesBase.
TitlePanel Specifies the appearance of 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 GridViewStyles class.
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.
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() 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