Property | Type | Description | |
---|---|---|---|
IsEnabledProperty | |||
IsSelectedProperty |
Method | Description | |
---|---|---|
GetIsEnabled ( |
Gets the IsEnabled property. This dependency property indicates whether the first ListViewItem found in ancestors is enabled. Note that the IsEnabled property is to be used on an element inside of a ListView and not the ListViewItem itself. Setting this property will update the IsEnabled property of the ListViewItem making it easier to disable selection of ListViewItems in the databound collection scenarios. |
|
GetIsSelected ( |
Gets the IsSelected property. This dependency property indicates whether the first ListViewItem found in ancestors is selected. Note that the IsSelected property is to be used on an element inside of a ListView and not the ListViewItem itself. Setting this property will update the IsSelected property of the ListViewItem making it easier to disable selection of ListViewItems in the databound collection scenarios. |
|
SetIsEnabled ( |
Sets the IsEnabled property. This dependency property indicates whether the first ListViewItem found in ancestors is enabled. Note that the IsEnabled property is to be used on an element inside of a ListView and not the ListViewItem itself. Setting this property will update the IsEnabled property of the ListViewItem making it easier to disable selection of ListViewItems in the databound collection scenarios. |
|
SetIsSelected ( |
Sets the IsSelected property. This dependency property indicates whether the first ListViewItem found in ancestors is selected. Note that the IsSelected property is to be used on an element inside of a ListView and not the ListViewItem itself. Setting this property will update the IsSelected property of the ListViewItem making it easier to disable selection of ListViewItems in the databound collection scenarios. |
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 |