- Namespace
- MahApps
.Metro .Controls - Interfaces
- Base Types
-
- MarkupExtension
graph BT
Type-->Base0["MarkupExtension"]
Type-.->Interface0["IDataGridColumnStylesHelper"]
click Interface0 "/api/MahApps.Metro.Controls/IDataGridColumnStylesHelper"
Type["DataGridColumnStylesHelperExtension"]
class Type type-node
Syntax
[MarkupExtensionReturnType(typeof(DataGridColumnStylesHelperExtension))]
public class DataGridColumnStylesHelperExtension : MarkupExtension, IDataGridColumnStylesHelper
Attributes
| Type | Description |
|---|---|
| Markup |
Methods
| Name | Value | Summary |
|---|---|---|
| Attach |
void |
Attach this helper to the DataGrid.
|
| BindColumnStyles |
void | |
| ClearBinding |
void |
Clears the binding from the source dependency property to the dependency property of the given target.
static
|
| ClearColumnStyles |
void | |
| Detach |
void |
Detach the helper from the attached DataGrid
|
| ProvideValue |
object | |
| SetBinding |
void |
Sets binding from the source dependency property to the dependency property of the given target.
static
|
