Click or drag to resize

NGTreeNodeImageIndex Property

Returns an image index, or -1 if no image is set. The default implementation here returns -1, but this behaviour can be overriden in a derived class.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override int ImageIndex { get; set; }

Property Value

Int32
See Also