True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1DataColumn Class / Level Property

In This Topic
    Level Property (C1DataColumn)
    In This Topic
    Gets or sets the level of this column in a hierarchical data source.
    Syntax
    'Declaration
     
    Public Property Level As System.Integer
    public System.int Level {get; set;}
    See Also