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

FileManagerDetailsViewStyles Members

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

Constructors

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

Properties

Name Description
AdaptiveDetailButtonWidth Specifies the width of a column containing adaptive detail buttons. Inherited from GridViewStyles.
AdaptiveDetailCell Inherited from GridViewStyles.
AdaptiveDetailRow 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 Gets the style settings defining the appearance of a grid row in Changes Preview mode when it is modified in batch edit mode. Inherited from GridViewStyles.
BatchEditDeletedRow Gets the style settings defining the appearance of a grid row when it is modified in batch edit mode. Inherited from GridViewStyles.
BatchEditNewRow Gets the style settings defining the appearance of a grid row newly created in batch edit mode. 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.
CommandColumnItem This property is not in effect for the FileManagerDetailsViewStyles class.
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 Gets the style settings defining the appearance of a focused data cell. Inherited from GridViewStyles.
FocusedRow Gets the style settings used to paint the currently focused data row. Inherited from GridViewStyles.
Header Gets the style settings used to paint 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 Gets the selected data rows style settings. 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.
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. Inherited from GridViewStyles.
See Also