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

ASPxFileManager.Styles Property

Provides access to the style settings that control the appearance of the ASPxFileManager’s elements.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public FileManagerStyles Styles { get; }

Property Value

Type Description
FileManagerStyles

A FileManagerStyles object that provides style settings for the ASPxFileManager’s elements.

Remarks

The FileManagerStyles object provides a number of properties that allow style settings of various ASPxFileManager’s elements to be customized.

See Also