Xceed DataGrid for WPF v7.2 Documentation
IsAsync Property (DataGridBindingInfo)


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > DataGridBindingInfo Class : IsAsync Property
Gets or sets a value that indicates whether the Binding should get and set values asynchronously. Use FallBackValue to display something while waiting for the value to arrive.
Syntax
'Declaration
 
Public Property IsAsync As Boolean
'Usage
 
Dim instance As DataGridBindingInfo
Dim value As Boolean
 
instance.IsAsync = value
 
value = instance.IsAsync
public bool IsAsync {get; set;}
Requirements

See Also

Reference

DataGridBindingInfo Class
DataGridBindingInfo Members