C# 클래스 WinRTXamlToolkit.Controls.Extensions.GridViewItemExtensions

Extension methods and properties for the GridViewItem class.
파일 보기 프로젝트 열기: xyzzer/WinRTXamlToolkit

공개 프로퍼티들

프로퍼티 타입 설명
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