ChartDataManagerIsDataBindCalled Property |
Returns true if DataBind method has been called
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic bool IsDataBindCalled { get; set; }
Public Property IsDataBindCalled As Boolean
Get
Set
public:
property bool IsDataBindCalled {
bool get ();
void set (bool value);
}
member IsDataBindCalled : bool with get, set
Property Value
Type:
Boolean
See Also