Executes the need datasource event handler to get the source only if datasource is null, and performs the grid data bind.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public void DataBind(
	bool refetch
)
Visual Basic
Public Sub DataBind ( 
	refetch As Boolean
)
Visual C++
public:
void DataBind(
	bool refetch
)
F#
member DataBind : 
        refetch : bool -> unit 

Parameters

refetch
Type: System..::..Boolean
Refetch data

See Also