Back to Devexpress

FieldRetrievingEventArgs Class

windowsforms-devexpress-dot-xtradatalayout-d09fdbfe.md

latest1.7 KB
Original Source

FieldRetrievingEventArgs Class

Provides data for the FieldRetrieving event.

Namespace : DevExpress.XtraDataLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public class FieldRetrievingEventArgs :
    EventArgs
vb
Public Class FieldRetrievingEventArgs
    Inherits EventArgs

FieldRetrievingEventArgs is the data class for the following events:

Remarks

Set the FieldRetrievingEventArgs.Handled property to true to apply the changes you make via your DataLayoutControl.FieldRetrieving event handler. Otherwise, the changes are discarded.

Inheritance

Object EventArgs FieldRetrievingEventArgs

See Also

FieldRetrievingEventArgs Members

FieldRetrieving

DevExpress.XtraDataLayout Namespace