Class TreeGridRow
Assembly: Reportman.Drawing.Forms.dll
public class TreeGridRow : DataGridViewRow, ICloneable, IDisposable
Constructors
Declaration
Fields
Declaration
Field Value
Declaration
Field Value
Declaration
Field Value
Declaration
public TreeGridAdvancedNode Node
Field Value
Declaration
Field Value
Declaration
public TreeGridRow Parent
Field Value
Properties
Declaration
public bool HasChildren { get; }
Property Value
Declaration
public Image Image { get; }
Property Value
Declaration
[TypeConverter(typeof(ImageIndexConverter))]
public int ImageIndex { get; set; }
Property Value
Declaration
public bool IsFirstSibling { get; }
Property Value
Declaration
[Browsable(false)]
public bool IsLastSibling { get; }
Property Value
Implements