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