XafDataViewRecord.GetEditor(Type) Method
Returns an editor of the specified type for this instance of the XafDataViewRecord.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v22.2.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
editorBaseType | Type | The Type of an editor for this object. |
Returns
Type | Description |
---|---|
Object | An Object which is an editor of the specified type for this instance of the XafDataViewRecord. |
Remarks
You do not need to use this method; it is implemented to support the ICustomTypeDescriptor interface.
See Also