Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridBindingInfo Class / IsAsync Property


In This Topic
    IsAsync Property (DataGridBindingInfo)
    In This Topic
    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