FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / OwnerDrawOutlineButtonEventArgs Class / Level Property

In This Topic
    Level Property (OwnerDrawOutlineButtonEventArgs)
    In This Topic
    Get the level of the tree which will be collapsed by clicking on the outline button.
    Syntax
    'Declaration
     
    
    Public Property Level As Integer
    public int Level {get; set;}
    See Also