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.v24.2.dll

Declaration

public TreeListNodeStyle InlineEditNode { get; }

Property Value

Type Description
TreeListNodeStyle

A TreeListNodeStyle object that contains style settings.

See Also