Skip to main content

IRangeControlClient.IsValidType(Type) Method

This method indicates whether the specified type of ruler values is supported.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

bool IsValidType(
    Type type
)

Parameters

Name Type Description
type Type

The type of ruler values being checked.

Returns

Type Description
Boolean

true if the specified type is supported; otherwise, false.

Remarks

This method is called when a new range is set and as such, it is needed to test the new range for type compatibility.

See Also