Back to Devexpress

TreeViewControl.NodeImageSize Property

wpf-devexpress-dot-xpf-dot-grid-dot-treeviewcontrol-345217b3.md

latest1.2 KB
Original Source

TreeViewControl.NodeImageSize Property

Gets or sets the size of the node images. 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 Size NodeImageSize { get; set; }
vb
Public Property NodeImageSize As Size

Property Value

TypeDefaultDescription
Size16,16

The height and width of the node images.

|

Remarks

Set the TreeViewControl.ShowNodeImages property to true to display node images.

See Also

TreeViewControl Class

TreeViewControl Members

DevExpress.Xpf.Grid Namespace