TableSection 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
TableView 的逻辑和可见部分。
public ref class TableSection sealed : Microsoft::Maui::Controls::TableSectionBase<Microsoft::Maui::Controls::Cell ^>
public sealed class TableSection : Microsoft.Maui.Controls.TableSectionBase<Microsoft.Maui.Controls.Cell>
type TableSection = class
inherit TableSectionBase<Cell>
Public NotInheritable Class TableSection
Inherits TableSectionBase(Of Cell)
- 继承
构造函数
TableSection() |
使用默认值创建新 TableSection。 |
TableSection(String) |
创建标题为 |
属性
BindingContext |
获取或设置一个对象,该对象包含由属于此 BindableObject属性的绑定属性所面向的属性。 这是一种可绑定属性。 (继承自 BindableObject) |
Count |
TableView 的逻辑和可见部分。 (继承自 TableSectionBase<T>) |
Dispatcher |
获取创建此可绑定对象时可用的调度程序,否则会尝试查找最近的可用调度程序(可能是窗口的/应用)。 (继承自 BindableObject) |
Item[Int32] |
TableView 的逻辑和可见部分。 (继承自 TableSectionBase<T>) |
TextColor |
TableView 的逻辑和可见部分。 (继承自 TableSectionBase) |
Title |
获取或设置该标题。 (继承自 TableSectionBase) |
方法
事件
BindingContextChanged |
当 BindingContext 属性的值更改时发生。 (继承自 BindableObject) |
CollectionChanged |
TableView 的逻辑和可见部分。 (继承自 TableSectionBase<T>) |
PropertyChanged |
在属性值更改时发生。 (继承自 BindableObject) |
PropertyChanging |
在属性值更改时发生。 (继承自 BindableObject) |
显式接口实现
ICollection<T>.IsReadOnly |
TableView 的逻辑和可见部分。 (继承自 TableSectionBase<T>) |
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
TableView 的逻辑和可见部分。 (继承自 BindableObject) |
IEnumerable.GetEnumerator() |
TableView 的逻辑和可见部分。 (继承自 TableSectionBase<T>) |
IVisualTreeElement.GetVisualChildren() |
TableView 的逻辑和可见部分。 (继承自 TableSectionBase<T>) |
IVisualTreeElement.GetVisualParent() |
TableView 的逻辑和可见部分。 (继承自 TableSectionBase<T>) |