Skip to main content

TreeListStyles.InlineEditNode Property

Gets the style settings used to paint the In-Line Edit Node.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListNodeStyle InlineEditNode { get; }

Property Value

Type Description
TreeListNodeStyle

A TreeListNodeStyle object that contains style settings.

See Also