Summary
Helper for setting
AutoGeneratedComboBoxColumnEditingStyleProperty
on element.
If a style is set, the DataGridComboBoxColumn 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 SetAutoGeneratedComboBoxColumnEditingStyle(UIElement element, Style value)
Attributes
Type | Description |
---|---|
Category | |
Attached |
Parameters
Name | Type | Description |
---|---|---|
element | UIElement | UIElement to set AutoGeneratedComboBoxColumnEditingStyleProperty on. |
value | Style | AutoGeneratedComboBoxColumnEditingStyle property value. |
Return Value
Type | Description |
---|---|
void |