Back to Devexpress

ASPxEditBase.RootStyle Property

aspnet-devexpress-dot-web-dot-aspxeditbase-fe493319.md

latest1.3 KB
Original Source

ASPxEditBase.RootStyle Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public EditorRootStyle RootStyle { get; }
vb
Public ReadOnly Property RootStyle As EditorRootStyle

Property Value

TypeDescription
EditorRootStyle

A EditorRootStyle object that contains the style settings.

|

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 RootStyle property to specify the external container settings.

See Also

ASPxEditBase Class

ASPxEditBase Members

DevExpress.Web Namespace