Click or drag to resize

ITypeManagerValidate Method

Validates specified type.

Namespace:  Dynamicweb.Controls.Charts.Providers
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
bool Validate(
	Type t
)

Parameters

t
Type: SystemType
Type to validate.

Return Value

Type: Boolean
Value indicating whether type is valid for the particular chart.
Remarks