Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / TabStripSideButton Class / IsDefaulted Property


In This Topic
    IsDefaulted Property (TabStripSideButton)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Property IsDefaulted As Boolean
    'Usage
     
    Dim instance As TabStripSideButton
    Dim value As Boolean
     
    value = instance.IsDefaulted
    public bool IsDefaulted {get;}
    See Also