TableSectionBase 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义表部分的抽象基类。
public ref class TableSectionBase abstract : Microsoft::Maui::Controls::BindableObject
public abstract class TableSectionBase : Microsoft.Maui.Controls.BindableObject
type TableSectionBase = class
inherit BindableObject
Public MustInherit Class TableSectionBase
Inherits BindableObject
- 继承
- 派生
注解
内容待定。
构造函数
TableSectionBase() |
构造不带空标头的 Section。 |
TableSectionBase(String) |
构造具有指定标头的节。 |
字段
TextColorProperty |
的可绑定属性 TextColor。 |
TitleProperty |
的可绑定属性 Title。 |
属性
BindingContext |
获取或设置一个对象,该对象包含由属于此 BindableObject属性的绑定属性所面向的属性。 这是一种可绑定属性。 (继承自 BindableObject) |
Dispatcher |
获取创建此可绑定对象时可用的调度程序,否则会尝试查找最近的可用调度程序(可能是窗口的/应用)。 (继承自 BindableObject) |
TextColor |
定义表部分的抽象基类。 |
Title |
获取或设置该标题。 |
方法
事件
BindingContextChanged |
当 BindingContext 属性的值更改时发生。 (继承自 BindableObject) |
PropertyChanged |
在属性值更改时发生。 (继承自 BindableObject) |
PropertyChanging |
在属性值更改时发生。 (继承自 BindableObject) |
显式接口实现
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
定义表部分的抽象基类。 (继承自 BindableObject) |