4 references to IsGroupingEnabledProperty
Microsoft.Maui.Controls (4)
Compatibility\Handlers\ListView\iOS\ListViewRenderer.cs (1)
284
else if (e.PropertyName == Microsoft.Maui.Controls.ListView.
IsGroupingEnabledProperty
.PropertyName)
ListView\ListView.cs (3)
111
TemplatedItems.IsGroupingEnabledProperty =
IsGroupingEnabledProperty
;
221
get { return (bool)GetValue(
IsGroupingEnabledProperty
); }
222
set { SetValue(
IsGroupingEnabledProperty
, value); }