Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XafDataViewRecord.GetDefaultEvent() Method

Returns a default event for this instance of the XafDataViewRecord.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public EventDescriptor GetDefaultEvent()

Returns

Type Description
EventDescriptor

A EventDescriptor object which is a default event 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