GridFilterFunctionStringFunctionEntryDataTypeValid Method |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public override bool DataTypeValid(
Type dataType
)
Public Overrides Function DataTypeValid (
dataType As Type
) As Boolean
public:
virtual bool DataTypeValid(
Type^ dataType
) override
abstract DataTypeValid :
dataType : Type -> bool
override DataTypeValid :
dataType : Type -> bool
Parameters
- dataType
- Type: SystemType
Return Value
Type:
BooleanSee Also