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

In This Topic
    Focused Property
    In This Topic
    Gets or sets a value indicating whether this C1DataGrid is focused.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Focused As Boolean
    public bool Focused {get;}

    Property Value

    true if the grid is focused; otherwise, false.
    See Also