DataGrid クラス (CommunityToolkit.WinUI.UI.Controls 名前空間)
public class DataGrid : Control
継承:Object → DependencyObject → UIElement → FrameworkElement → Control → DataGrid
[toc]目次
プロパティ
- DependencyObjectクラスから継承したプロパティ
- UIElementクラスから継承したプロパティ
- FrameworkElementクラスから継承したプロパティ
- Controlクラスから継承したプロパティ
AutoGenerateColumns
public bool AutoGenerateColumns { get; set; }
Columns
public ObservableCollection Columns { get; }
IsReadOnly
public bool IsReadOnly { get; set; }
ItemsSource
public System.Collections.IEnumerable ItemsSource { get; set; }
SelectedIndex
public int SelectedIndex { get; set; }
SelectionMode
public DataGridSelectionMode SelectionMode { get; set; }
メソッド
- Objectクラスから継承したメソッド
- DependencyObjectクラスから継承したメソッド
- UIElementクラスから継承したメソッド
- FrameworkElementクラスから継承したメソッド
- Controlクラスから継承したメソッド