Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Slicers Namespace / Slicer Class / CanEditPoints Property


In This Topic
    CanEditPoints Property (Slicer)
    In This Topic
    Gets a boolean value indicating whether this slicer can be edit points.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CanEditPoints As Boolean
    'Usage
     
    
    Dim instance As Slicer
    Dim value As Boolean
     
    value = instance.CanEditPoints
    public bool CanEditPoints {get;}
    See Also