SfDataGridBehaviorSuspendRedraw Property
Gets or sets a value that controls updating the view of the SfDataGrid control.
Namespace: Aliquo.Windows.ControlsAssembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
public bool SuspendRedraw { get; set; }
Public Property SuspendRedraw As Boolean
Get
Set
Property Value
Boolean suspends data and drawing operations of the view;
resumes data operations and resets the view.