TableSectionBase クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
テーブルのセクションを定義する抽象基本クラスです。
public abstract class TableSectionBase : Xamarin.Forms.BindableObject
type TableSectionBase = class
inherit BindableObject
- 継承
- 派生
注釈
追加されます。
コンストラクター
| TableSectionBase() |
既定値を使用して新しい TableSectionBase オブジェクトを作成します。 |
| TableSectionBase(String) |
新しい TableSectionBase オブジェクトを、 |
フィールド
| TextColorProperty |
TextColor フィールドのバッキング ストア。 |
| TitleProperty |
Title プロパティのバッキング ストア。 |
プロパティ
| BindingContext |
バインドされたプロパティのうち、この BindableObject に属するプロパティの対象となるプロパティが含まれるオブジェクトを取得または設定します。 (継承元 BindableObject) |
| Dispatcher | (継承元 BindableObject) |
| TextColor | |
| Title |
タイトルを取得または設定します。 |
メソッド
イベント
| BindingContextChanged |
BindingContext プロパティが変更されるたびに発生します。 (継承元 BindableObject) |
| PropertyChanged |
プロパティが変更されたときに発生します。 (継承元 BindableObject) |
| PropertyChanging |
プロパティが変更されようとしているときに発生します。 (継承元 BindableObject) |
明示的なインターフェイスの実装
| IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
Xamarin.Forms プラットフォームによる内部使用向け。 (継承元 BindableObject) |