Search Results for

    Show / Hide Table of Contents

    Class TreeGridRow

    Inheritance
    object
    DataGridViewElement
    DataGridViewBand
    DataGridViewRow
    TreeGridRow
    Implements
    ICloneable
    IDisposable
    Inherited Members
    DataGridViewRow.AdjustRowHeaderBorderStyle(DataGridViewAdvancedBorderStyle, DataGridViewAdvancedBorderStyle, bool, bool, bool, bool)
    DataGridViewRow.Clone()
    DataGridViewRow.CreateAccessibilityInstance()
    DataGridViewRow.CreateCells(DataGridView)
    DataGridViewRow.CreateCells(DataGridView, params object[])
    DataGridViewRow.CreateCellsInstance()
    DataGridViewRow.DrawFocus(Graphics, Rectangle, Rectangle, int, DataGridViewElementStates, DataGridViewCellStyle, bool)
    DataGridViewRow.GetContextMenuStrip(int)
    DataGridViewRow.GetErrorText(int)
    DataGridViewRow.GetPreferredHeight(int, DataGridViewAutoSizeRowMode, bool)
    DataGridViewRow.GetState(int)
    DataGridViewRow.Paint(Graphics, Rectangle, Rectangle, int, DataGridViewElementStates, bool, bool)
    DataGridViewRow.PaintCells(Graphics, Rectangle, Rectangle, int, DataGridViewElementStates, bool, bool, DataGridViewPaintParts)
    DataGridViewRow.PaintHeader(Graphics, Rectangle, Rectangle, int, DataGridViewElementStates, bool, bool, DataGridViewPaintParts)
    DataGridViewRow.SetValues(params object[])
    DataGridViewRow.ToString()
    DataGridViewRow.AccessibilityObject
    DataGridViewRow.Cells
    DataGridViewRow.ContextMenuStrip
    DataGridViewRow.DataBoundItem
    DataGridViewRow.DefaultCellStyle
    DataGridViewRow.Displayed
    DataGridViewRow.DividerHeight
    DataGridViewRow.ErrorText
    DataGridViewRow.Frozen
    DataGridViewRow.HeaderCell
    DataGridViewRow.Height
    DataGridViewRow.InheritedStyle
    DataGridViewRow.IsNewRow
    DataGridViewRow.MinimumHeight
    DataGridViewRow.ReadOnly
    DataGridViewRow.Resizable
    DataGridViewRow.Selected
    DataGridViewRow.State
    DataGridViewRow.Visible
    DataGridViewBand.Dispose()
    DataGridViewBand.Dispose(bool)
    DataGridViewBand.OnDataGridViewChanged()
    DataGridViewBand.DefaultHeaderCellType
    DataGridViewBand.HasDefaultCellStyle
    DataGridViewBand.HeaderCellCore
    DataGridViewBand.Index
    DataGridViewBand.IsRow
    DataGridViewBand.Tag
    DataGridViewElement.RaiseCellClick(DataGridViewCellEventArgs)
    DataGridViewElement.RaiseCellContentClick(DataGridViewCellEventArgs)
    DataGridViewElement.RaiseCellContentDoubleClick(DataGridViewCellEventArgs)
    DataGridViewElement.RaiseCellValueChanged(DataGridViewCellEventArgs)
    DataGridViewElement.RaiseDataError(DataGridViewDataErrorEventArgs)
    DataGridViewElement.RaiseMouseWheel(MouseEventArgs)
    DataGridViewElement.DataGridView
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing.Forms
    Assembly: Reportman.Drawing.Forms.dll
    Syntax
    public class TreeGridRow : DataGridViewRow, ICloneable, IDisposable

    Constructors

    TreeGridRow()

    Declaration
    public TreeGridRow()

    Fields

    ChildIndex

    Declaration
    public int ChildIndex
    Field Value
    Type Description
    int

    IsRoot

    Declaration
    public bool IsRoot
    Field Value
    Type Description
    bool

    Level

    Declaration
    public int Level
    Field Value
    Type Description
    int

    Node

    Declaration
    public TreeGridAdvancedNode Node
    Field Value
    Type Description
    TreeGridAdvancedNode

    NodeId

    Declaration
    public long NodeId
    Field Value
    Type Description
    long

    Parent

    Declaration
    public TreeGridRow Parent
    Field Value
    Type Description
    TreeGridRow

    Properties

    HasChildren

    Declaration
    public bool HasChildren { get; }
    Property Value
    Type Description
    bool

    Image

    Declaration
    public Image Image { get; }
    Property Value
    Type Description
    Image

    ImageIndex

    Declaration
    [TypeConverter(typeof(ImageIndexConverter))]
    public int ImageIndex { get; set; }
    Property Value
    Type Description
    int

    IsFirstSibling

    Declaration
    public bool IsFirstSibling { get; }
    Property Value
    Type Description
    bool

    IsLastSibling

    Declaration
    [Browsable(false)]
    public bool IsLastSibling { get; }
    Property Value
    Type Description
    bool

    Implements

    ICloneable
    IDisposable
    In this article
    Back to top Generated by DocFX