GridRefreshModes Enumeration

Identifies the modes used to refresh 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 enum GridRefreshModes

Members

Refresh0 Refresh only the data view.
Redraw1 Perform a complete redraw of the view, including regenerating groups.
RedrawAndExpandGroups2 Perform a complete redraw and expand all groups.

See Also