1 write to Title
Microsoft.Maui.Controls (1)
TableView\TableSectionBase.cs (1)
30
Title
= title;
3 references to Title
Microsoft.Maui.Controls (3)
TableView\TableSectionBase.cs (2)
10
/// <summary>Bindable property for <see cref="
Title
"/>.</summary>
11
public static readonly BindableProperty TitleProperty = BindableProperty.Create(nameof(
Title
), typeof(string), typeof(TableSectionBase), null);
TableView\TableView.cs (1)
224
return _root[section].
Title
;