Skip to main content
Tab

FileManagerDetailsViewStyles Members

Contains settings that allow the appearance of elements, used within the ASPxFileManager file list in details view, to be defined.

Properties

Name Description
AdaptiveDetailButtonWidth Specifies the width of a column containing adaptive detail buttons. Inherited from GridViewStyles.
AdaptiveDetailCell Gets the style settings used to paint the detail row cell when the grid is in adaptive mode. Inherited from GridViewStyles.
AdaptiveDetailRow Gets the style settings used to paint the detail rows when the grid is in adaptive mode. Inherited from GridViewStyles.
AdaptiveFooterPanel Gets the style settings defining the appearance of the adaptive footer panel. Inherited from GridViewStyles.
AdaptiveGroupPanel Gets the style settings defining the appearance of the adaptive group panel. Inherited from GridViewStyles.
AdaptiveHeaderPanel Gets the style settings defining the appearance of the adaptive header panel. Inherited from GridViewStyles.
AlternatingRow Gets the style settings used to paint Alternating Data Row. Inherited from GridViewStyles.
BatchEditChangesPreviewGroupRow Specifies the appearance of group rows when the grid is in Preview Changes mode. Inherited from GridViewStyles.
BatchEditDeletedRow Specifies the appearance of deleted rows. Inherited from GridViewStyles.
BatchEditNewRow Specifies the appearance of inserted rows. Inherited from GridViewStyles.
Cell Gets the style settings used to paint data cells. Inherited from GridViewStyles.
CommandColumn Gets the style settings defining the appearance of the command column’s cells.
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. Inherited from GridViewStyles.
CustomizationDialogActiveTab Gets the style settings defining the appearance of the active tab in the Customization Dialog. Inherited from GridViewStyles.
CustomizationDialogColumnChooserPage Gets the style settings defining the appearance of the “Column Chooser” page in the Customization Dialog. Inherited from GridViewStyles.
CustomizationDialogColumnItem Gets the style settings defining the appearance of column items in the Customization Dialog. Inherited from GridViewStyles.
CustomizationDialogContent Gets the style settings defining the appearance of the Customization Dialog content. Inherited from GridViewStyles.
CustomizationDialogDragArea Gets the style settings defining the appearance of the Customization Dialog‘s drag area. Inherited from GridViewStyles.
CustomizationDialogFilteringPage Gets the style settings defining the appearance of the “Filtering” page in the Customization Dialog. Inherited from GridViewStyles.
CustomizationDialogFilterItem Gets the style settings defining the appearance of the filter item in the Customization Dialog. Inherited from GridViewStyles.
CustomizationDialogGroupingPage Gets the style settings defining the appearance of the “Grouping” page in the Customization Dialog. Inherited from GridViewStyles.
CustomizationDialogHeader Gets the style settings defining the appearance of the Customization Dialog‘s header. Inherited from GridViewStyles.
CustomizationDialogListArea Gets the style settings defining the appearance of the Customization Dialog‘s list area. Inherited from GridViewStyles.
CustomizationDialogSortingPage Gets the style settings defining the appearance of “Sorting” page in the Customization Dialog. Inherited from GridViewStyles.
CustomizationDialogTab Gets the style settings defining the appearance of a tab in the Customization Dialog. Inherited from GridViewStyles.
CustomizationDialogTabControl Gets the style settings defining the appearance of the tab control in the Customization Dialog. Inherited from GridViewStyles.
Disabled Gets the style settings used to paint the ASPxGridView when it is disabled. Inherited from GridViewStyles.
EmptyDataRow Gets the style settings used to paint the Empty Data Row. Inherited from GridViewStyles.
EnableDefaultAppearance Obsolete. Specifies whether to enable the control’s default appearance. Inherited from StylesBase.
FixedColumn Gets the style settings defining the appearance of fixed columns. Inherited from GridViewStyles.
FocusedCell Specifies the appearance of the focused data cell. Inherited from GridViewStyles.
FocusedRow Specifies the appearance of the focused data row. Inherited from GridViewStyles.
Header Specifies the appearance of all column headers. Inherited from GridViewStyles.
HeaderFilterItem Gets the style settings defining the appearance of the Header Filter items. Inherited from GridViewStyles.
Row Gets the style settings used to paint data rows. Inherited from GridViewStyles.
RowHotTrack Gets the style settings used to paint a data row when it is hot tracked. Inherited from GridViewStyles.
SearchPanel Gets the style settings defining the appearance of the search panel. Inherited from GridViewStyles.
SelectedRow Specifies the appearance of the selected data row. Inherited from GridViewStyles.
Table Gets the style settings used to paint the table that represents the ASPxGridView. Inherited from GridViewStyles.

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. Inherited from GridViewStyles.
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. Inherited from GridViewStyles.
See Also