Back to Devexpress

TreeListCustomizeDataRowEditorEventArgs.TreeList Property

blazor-devexpress-dot-blazor-dot-treelistcustomizedataroweditoreventargs-e76083b9.md

latest1010 B
Original Source

TreeListCustomizeDataRowEditorEventArgs.TreeList Property

Returns the TreeList object.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

csharp
public ITreeList TreeList { get; }

Property Value

TypeDescription
ITreeList

The TreeList object.

|

Remarks

Use the TreeList property to access the TreeList and its extensive API in the CustomizeDataRowEditor event handler.

See Also

TreeListCustomizeDataRowEditorEventArgs Class

TreeListCustomizeDataRowEditorEventArgs Members

DevExpress.Blazor Namespace