DataGridHelper.

SetAutoGeneratedNumericUpDownColumnEditingStyle(UIElement, Style) Method

Summary

Helper for setting AutoGeneratedNumericUpDownColumnEditingStyleProperty on element. If a style is set, the DataGridNumericUpDownColumn 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 void SetAutoGeneratedNumericUpDownColumnEditingStyle(UIElement element, Style value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement UIElement to set AutoGeneratedNumericUpDownColumnEditingStyleProperty on.
value Style AutoGeneratedNumericUpDownColumnEditingStyle property value.

Return Value

Type Description
void