Skip to main content
A newer version of this page is available. .

ASPxTreeList.StylesEditors Property

Provides access to style settings used to paint ASPxTreeList’s editors.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v19.1.dll

Declaration

public EditorStyles StylesEditors { get; }

Property Value

Type Description
EditorStyles

An EditorStyles object that contains style settings used to paint the ASPxTreeList’s editors.

See Also