Skip to main content

MVCxListBoxProperties.RootStyle Property

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

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public EditorRootStyle RootStyle { get; }

Property Value

Type Description
EditorRootStyle

A EditorRootStyle object that contains the style settings.

Remarks

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

See Also