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

RichEditFileManagerStyles.Control Property

Gets the style settings that relate to styles declared at the control level of the embedded ASPxFileManager.

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v18.2.dll

Declaration

public AppearanceStyleBase Control { get; }

Property Value

Type Description
AppearanceStyleBase

A AppearanceStyleBase object that contains the style settings.

See Also