Selector クラス (Microsoft.UI.Xaml.Controls.Primitives 名前空間)
public class Selector : ItemsControl
継承:Object → DependencyObject → UIElement → FrameworkElement → Control → ItemsControl → Selector
[toc]目次
プロパティ
- DependencyObjectクラスから継承したプロパティ
- UIElementクラスから継承したプロパティ
- FrameworkElementクラスから継承したプロパティ
- Controlクラスから継承したプロパティ
- ItemsControlクラスから継承したプロパティ
SelectedIndex
public int SelectedIndex { get; set; }
SelectedItem
public object SelectedItem { get; set; }
メソッド
- Objectクラスから継承したメソッド
- DependencyObjectクラスから継承したメソッド
- UIElementクラスから継承したメソッド
- FrameworkElementクラスから継承したメソッド
- Controlクラスから継承したメソッド
- ItemsControlクラスから継承したメソッド
イベント
SelectionChanged
public event SelectionChangedEventHandler SelectionChanged;