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

In This Topic
    FocusStyle Property (DataGridCellPresenter)
    In This Topic
    Gets or sets the style of the focus element which is inside each cell.
    Syntax
    'Declaration
     
    
    Public Property FocusStyle As Style
    public Style FocusStyle {get; set;}
    See Also