IRangeControlClient.IsValidType(Type) Method
In This Article
This method indicates whether the specified type of ruler values is supported.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Data.v24.2.dll
NuGet Package: DevExpress.Data
#Declaration
#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