2 references to IsGroupHeaderProperty
Microsoft.Maui.Controls (2)
Compatibility\Handlers\ListView\Windows\CellControl.cs (2)
86
get { return (bool)GetValue(
IsGroupHeaderProperty
); }
87
set { SetValue(
IsGroupHeaderProperty
, value); }