RichEditFileManagerStyles.CssFilePath Property
Gets or sets the path to a CSS file that defines the appearance of the FileManager embedded into built-in dialogs.
Namespace: DevExpress.Web.ASPxRichEdit
Assembly: DevExpress.Web.ASPxRichEdit.v24.2.dll
Declaration
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 RichEditFileManagerStyles.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.
See Also