C# Класс WinRTXamlToolkit.Controls.Extensions.GridViewItemExtensions

Extension methods and properties for the GridViewItem class.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
IsEnabledProperty Windows.UI.Xaml.DependencyProperty
IsSelectedProperty Windows.UI.Xaml.DependencyProperty

Открытые методы

Метод Описание
GetIsEnabled ( DependencyObject d ) : bool

Gets the IsEnabled property. This dependency property indicates whether the first GridViewItem found in ancestors is enabled.

GetIsSelected ( DependencyObject d ) : bool

Gets the IsSelected property. This dependency property indicates whether the first GridViewItem found in ancestors is selected.

SetIsEnabled ( DependencyObject d, bool value ) : void

Sets the IsEnabled property. This dependency property indicates whether the first GridViewItem found in ancestors is enabled.

SetIsSelected ( DependencyObject d, bool value ) : void

Sets the IsSelected property. This dependency property indicates whether the first GridViewItem found in ancestors is selected.

Приватные методы

Метод Описание
OnIsEnabledChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the IsEnabled property.

OnIsSelectedChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the IsSelected property.

Описание методов

GetIsEnabled() публичный статический Метод

Gets the IsEnabled property. This dependency property indicates whether the first GridViewItem found in ancestors is enabled.
public static GetIsEnabled ( DependencyObject d ) : bool
d Windows.UI.Xaml.DependencyObject
Результат bool

GetIsSelected() публичный статический Метод

Gets the IsSelected property. This dependency property indicates whether the first GridViewItem found in ancestors is selected.
public static GetIsSelected ( DependencyObject d ) : bool
d Windows.UI.Xaml.DependencyObject
Результат bool

SetIsEnabled() публичный статический Метод

Sets the IsEnabled property. This dependency property indicates whether the first GridViewItem found in ancestors is enabled.
public static SetIsEnabled ( DependencyObject d, bool value ) : void
d Windows.UI.Xaml.DependencyObject
value bool
Результат void

SetIsSelected() публичный статический Метод

Sets the IsSelected property. This dependency property indicates whether the first GridViewItem found in ancestors is selected.
public static SetIsSelected ( DependencyObject d, bool value ) : void
d Windows.UI.Xaml.DependencyObject
value bool
Результат void

Описание свойств

IsEnabledProperty публичное статическое свойство

IsEnabled Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml IsEnabledProperty
Результат Windows.UI.Xaml.DependencyProperty

IsSelectedProperty публичное статическое свойство

IsSelected Attached Dependency Property
public static DependencyProperty,Windows.UI.Xaml IsSelectedProperty
Результат Windows.UI.Xaml.DependencyProperty