Skip to main content

DXValidationProvider.CanExtend(Object) Method

Indicates whether a control can be extended.

Namespace: DevExpress.XtraEditors.DXErrorProvider

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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