Skip to main content

HtmlEditorFileManagerStyles.CssFilePath Property

Gets or sets the path to a CSS file that defines the Image Selector and Document Selector‘s appearance.

Namespace: DevExpress.Web.ASPxHtmlEditor

Assembly: DevExpress.Web.ASPxHtmlEditor.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public string CssFilePath { get; set; }

Property Value

Type Description
String

A String value that specifies the path to the required CSS file.

Remarks

Use the CssFilePath property, together with the StylesBase.CssPostfix property, in order to define a dialog’s custom appearance using a separate CSS file. The CssFilePath property specifies the CSS file’s location which can be set by either an absolute or relative path. The specified CSS file’s content can be provided by copying the content of a sample CSS file (which can be invoked by clicking the “View CSS Sample” command in a control’s designer) and supplementing class names with a custom postfix, set via the StylesBase.CssPostfix property.

See Also