AsyncEdit Property (DocumentVisualEditor)
Gets or sets a value indicating whether editor must edit the document asynchronously.
'Declaration
Public Property AsyncEdit As Boolean
public bool AsyncEdit { get; set; }
public: __property bool get_AsyncEdit();
public: __property void set_AsyncEdit(
bool
);
public:
property bool AsyncEdit {
bool get();
void set(bool );
}
Property Value
True if editor must edit the document asynchronously; otherwise, false. Default value is false.
Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5