ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridCellPresenter Class / IsCurrent Property

In This Topic
    IsCurrent Property (DataGridCellPresenter)
    In This Topic
    Gets or sets a value indicating whether this cell is the current cell.
    Syntax
    'Declaration
     
    
    Public Property IsCurrent As Boolean
    public bool IsCurrent {get; set;}
    Remarks
    This property is controlled by the C1DataGrid to which the presenter belongs.
    See Also