Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1155
How to make binding to IsEnabled property of CheckboxField
posted

for example we have a class:

class Item

{

bool IsSelected {get;set;}

bool IsEnabled {get;set;}

string Name {ge;set;}

int Age {get;set;}

}

in the xamDataGrid we have a xamDataGrid with Layout:

<Field Name="Name"/>

<Field Name="Age"/>

<CheckBoxField Name="IsSelected" IsEnabled={Binding Path=?}/>

How to setup the binding?

Parents
No Data
Reply Children
No Data