ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Olap Assembly / C1.Web.Mvc.Olap Namespace / PivotGrid Class / AnchorCursor Property

In This Topic
    AnchorCursor Property (PivotGrid)
    In This Topic
    Gets or sets a value that determines whether extending selections with the mouse or keyboard should change the start (cursor) or the end of the current selection.
    Syntax
    'Declaration
     
    Public Overridable Property AnchorCursor As Boolean
    public virtual bool AnchorCursor {get; set;}
    Remarks
    The default value for this property is false, which causes the grid to move the cursor and keep the selection end anchored.
    See Also