XafDataViewRecord.GetComponentName() Method
Returns a name of this instance of the XafDataViewRecord.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Returns
Type | Description |
---|---|
String | A string which is a name of this instance of the XafDataViewRecord. |
Remarks
You do not need to use this method; it is implemented to support the ICustomTypeDescriptor interface.
See Also