Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / RowSelector Class / IsPressed Property


In This Topic
    IsPressed Property (RowSelector)
    In This Topic
    Gets or sets a value indicating whether the RowSelector is pressed.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsPressed As Boolean
    'Usage
     
    Dim instance As RowSelector
    Dim value As Boolean
     
    instance.IsPressed = value
     
    value = instance.IsPressed
    public bool IsPressed {get;}

    Property Value

    true if the RowSelector is pressed; false otherwise. By default, false.
    Requirements

    See Also