SetRowSelectorStyle Method
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > RowSelector Class : SetRowSelectorStyle Method

obj
The dependency object to which the attached property is written.
value
The Style that will be applied to row selectors.
Sets the style that will be applied to row selectors.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetRowSelectorStyle( _
   ByVal obj As DependencyObject, _
   ByVal value As Style _
) 
C# 
public static void SetRowSelectorStyle( 
   DependencyObject obj,
   Style value
)

Parameters

obj
The dependency object to which the attached property is written.
value
The Style that will be applied to row selectors.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also