Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public AppearanceStyleBase Control { get; }

Property Value

Type Description
AppearanceStyleBase

A AppearanceStyleBase object that contains the style settings.

See Also