TreeListRowData.Image Property
Gets or sets the image that is displayed within the treelist row.
Namespace: DevExpress.Xpf.Grid.TreeList
Assembly: DevExpress.Xpf.Grid.v24.1.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Property Value
Type | Description |
---|---|
ImageSource | A System.Windows.Media.ImageSource class descendant. |
Remarks
To get whether the image is shown within the treelist row, use the TreeListRowData.IsImageVisible property.
To learn more, see Nodes Overview.
See Also