ITreeList.Data Property
Specifies a data source.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(null)]
object Data { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Object | null | A data source. |
Remarks
Refer to the Data property description for more information and an example.
See Also