ReportParametersPanelEditorStyles.EditorRoot Property
Gets the style settings defining the appearance of an editor container.
Namespace: DevExpress.XtraReports.Web
Assembly: DevExpress.XtraReports.v24.1.Web.WebForms.dll
NuGet Package: DevExpress.Web.Reporting
Declaration
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