Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ExpandEventArgs Class / Expand Property


In This Topic
    Expand Property (ExpandEventArgs)
    In This Topic
    Gets whether the row is going to be expanded.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Expand As Boolean
    'Usage
     
    
    Dim instance As ExpandEventArgs
    Dim value As Boolean
     
    value = instance.Expand
    public bool Expand {get;}
    See Also