Property | Type | Description | |
---|---|---|---|
IsEnabledProperty | |||
IsSelectedProperty |
Method | Description | |
---|---|---|
GetIsEnabled ( |
Gets the IsEnabled property. This dependency property indicates whether the first GridViewItem found in ancestors is enabled.
|
|
GetIsSelected ( |
Gets the IsSelected property. This dependency property indicates whether the first GridViewItem found in ancestors is selected.
|
|
SetIsEnabled ( |
Sets the IsEnabled property. This dependency property indicates whether the first GridViewItem found in ancestors is enabled.
|
|
SetIsSelected ( |
Sets the IsSelected property. This dependency property indicates whether the first GridViewItem found in ancestors is selected.
|
Method | Description | |
---|---|---|
OnIsEnabledChanged ( |
Handles changes to the IsEnabled property.
|
|
OnIsSelectedChanged ( |
Handles changes to the IsSelected property.
|
public static GetIsEnabled ( |
||
d | ||
return | bool |
public static GetIsSelected ( |
||
d | ||
return | bool |
public static SetIsEnabled ( |
||
d | ||
value | bool | |
return | void |
public static SetIsSelected ( |
||
d | ||
value | bool | |
return | void |
public static DependencyProperty,Windows.UI.Xaml IsEnabledProperty | ||
return |