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>) |