Skip to main content

TreeListSettings.StylesEditors Property

Provides access to style settings defining the appearance of TreeList’s editors.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public EditorStyles StylesEditors { get; }

Property Value

Type Description
EditorStyles

An EditorStyles object that contains style settings.

See Also