[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexGridBaseBuilder-3.AnchorCursor

AnchorCursor Method

AnchorCursor(bool)

Configurates AnchorCursor. 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.

Declaration
public virtual TBuilder AnchorCursor(bool value)
Parameters
Type Name Description
bool value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

The default value for this property is false, which causes the grid to move the cursor and keep the selection end anchored.