Skip to main content

ReportParametersPanelEditorStyles.EditorRoot Property

Gets the style settings defining the appearance of an editor container.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

public EditorRootStyle EditorRoot { get; }

Property Value

Type Description
EditorRootStyle

An DevExpress.Web.EditorRootStyle value.

Remarks

When an editor displays a caption (ASPxEditBase.Caption), a help text, or an error validation mark, an external element containing these elements is rendered. Use the EditorRoot property to specify the external container settings.

See Also