Binds the C1GridView control to the data source.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public override void DataBind()
Visual Basic
Public Overrides Sub DataBind

Remarks

Calling this method is the same as calling DataBind(false).

See Also