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

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