Back to Devexpress

TreeListView.DataRowTemplate Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-ef2107c4.md

latest1.4 KB
Original Source

TreeListView.DataRowTemplate Property

Gets or sets the template that defines the presentation of data rows. This is a dependency property.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public DataTemplate DataRowTemplate { get; set; }
vb
Public Property DataRowTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

A DataTemplate object that defines the presentation of data rows.

|

Remarks

The template’s data context is a TreeListRowData object.

Refer to the following help topic for more information: Appearance Customization.

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace