Browse Source
Merge branch 'master' into adirh3/mica-backdrop-brush
pull/6574/head
Lighto
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Controls.DataGrid/DataGridBoundColumn.cs
|
|
|
@ -133,7 +133,7 @@ namespace Avalonia.Controls |
|
|
|
|
|
|
|
protected abstract IControl GenerateEditingElementDirect(DataGridCell cell, object dataItem); |
|
|
|
|
|
|
|
internal AvaloniaProperty BindingTarget { get; set; } |
|
|
|
protected AvaloniaProperty BindingTarget { get; set; } |
|
|
|
|
|
|
|
internal void SetHeaderFromBinding() |
|
|
|
{ |
|
|
|
|