Skip to main content
A newer version of this page is available. .

TreeListRowData.IsImageVisible Property

Indicates whether the image is shown within the treelist row. This is a dependency property.

Namespace: DevExpress.Xpf.Grid.TreeList

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

Declaration

public bool IsImageVisible { get; }

Property Value

Type Description
Boolean

true if the image is shown; otherwise, false.

Remarks

Node

To learn more, see Nodes Overview.

See Also