1 type derived from TableSectionBase
Microsoft.Maui.Controls (1)
TableView\TableSection.cs (1)
13
public abstract class TableSectionBase<T> :
TableSectionBase
, IList<T>, IVisualTreeElement, INotifyCollectionChanged where T : BindableObject
3 references to TableSectionBase
Microsoft.Maui.Controls (3)
TableView\TableSectionBase.cs (2)
11
public static readonly BindableProperty TitleProperty = BindableProperty.Create(nameof(Title), typeof(string), typeof(
TableSectionBase
), null);
13
public static readonly BindableProperty TextColorProperty = BindableProperty.Create(nameof(TextColor), typeof(Color), typeof(
TableSectionBase
), null);
TableView\TableView.cs (1)
167
if (e.PropertyName ==
TableSectionBase
.TitleProperty.PropertyName)