DXValidationProvider.CanExtend(Object) Method
Indicates whether a control can be extended.
Namespace: DevExpress.XtraEditors.DXErrorProvider
Assembly: DevExpress.XtraEditors.v25.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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