Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / RestoreCompactButton Property


In This Topic
    RestoreCompactButton Property (ChartSelectDataSource)
    In This Topic
    Gets the restore compact button.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property RestoreCompactButton As Button
    'Usage
     
    
    Dim instance As ChartSelectDataSource
    Dim value As Button
     
    value = instance.RestoreCompactButton
    protected Button RestoreCompactButton {get;}

    Property Value

    The restore compact button.
    See Also