3 references to ColumnProperty
Microsoft.Maui.Controls (3)
LegacyLayouts\Grid.cs (3)
118
return (int)bindable.GetValue(
ColumnProperty
);
138
bindable.SetValue(
ColumnProperty
, value);
256
if (e.PropertyName ==
ColumnProperty
.PropertyName || e.PropertyName == ColumnSpanProperty.PropertyName || e.PropertyName == RowProperty.PropertyName ||