SfDataGridBehaviorSuspendRedraw Property

Gets or sets a value that controls updating the view of the SfDataGrid control.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public bool SuspendRedraw { get; set; }

Property Value

Boolean
suspends data and drawing operations of the view; resumes data operations and resets the view.

See Also