LinqServerModeDataSourceEditEventArgs.Callback Property
Gets or sets the asynchronous callback method that a data-bound control supplies to a data source for asynchronous insert, update, or delete data operations.
Namespace: DevExpress.Data.Linq
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
DataSourceViewOperationCallback | A DataSourceViewOperationCallback delegate that is used to notify a data-bound control when the asynchronous operation is complete. |
See Also