Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnEditor Class / CanShowSelectionGripper Property


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