ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class / CanUserSelectByDragging Property

In This Topic
    CanUserSelectByDragging Property (C1DataGrid)
    In This Topic
    Gets or sets a value indicating whether dragging over cells panel will select them.
    Syntax
    'Declaration
     
    
    Public Property CanUserSelectByDragging As Boolean
    public bool CanUserSelectByDragging {get; set;}
    See Also