Skip to main content
A newer version of this page is available. .

DXValidationProvider.CanExtend(Object) Method

Indicates whether a control can be extended.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public bool CanExtend(
    object extendee
)

Parameters

Name Type Description
extendee Object

The control to be extended.

Returns

Type Description
Boolean

true if the control can be extended; otherwise, false.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also