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

d
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 d As DependencyObject, _
   ByVal value As Style _
) 
C# 
public static void SetRowSelectorStyle( 
   DependencyObject d,
   Style value
)

Parameters

d
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