C# Class MahApps.Metro.Controls.DataGridRowHelper

Show file Open project: OfficeDev/Office-IT-Pro-Deployment-Scripts

Public Properties

Property Type Description
SelectionUnitProperty System.Windows.DependencyProperty

Public Methods

Method Description
SetSelectionUnit ( UIElement element, DataGridSelectionUnit value ) : void

Sets the value to define the DataGridRow selection behavior.

Private Methods

Method Description
GetSelectionUnit ( UIElement element ) : DataGridSelectionUnit

Method Details

SetSelectionUnit() public static method

Sets the value to define the DataGridRow selection behavior.
public static SetSelectionUnit ( UIElement element, DataGridSelectionUnit value ) : void
element UIElement
value DataGridSelectionUnit
return void

Property Details

SelectionUnitProperty public static property

public static DependencyProperty,System.Windows SelectionUnitProperty
return System.Windows.DependencyProperty