DataGridHelper.

GetAutoGeneratedCheckBoxColumnEditingStyle(UIElement) Method

Summary

Helper for getting AutoGeneratedCheckBoxColumnEditingStyleProperty from element. If a style is set, the DataGridCheckBoxColumn of the DataGrid will use this style for cells in edit mode.
Namespace
MahApps.Metro.Controls
Containing Type
DataGridHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(DataGrid))]
public static Style GetAutoGeneratedCheckBoxColumnEditingStyle(UIElement element)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement UIElement to read AutoGeneratedCheckBoxColumnEditingStyleProperty from.

Return Value

Type Description
Style AutoGeneratedCheckBoxColumnEditingStyle property value.