Back to Devexpress

ODataInstantFeedbackSource Constructors

corelibraries-devexpress-dot-data-dot-odatalinq-dot-odatainstantfeedbacksource-dot-ctor.md

latest2.6 KB
Original Source

ODataInstantFeedbackSource Constructors

The data source for the GridControl and SearchLookUpEdit controls that binds these controls to OData service in Instant Feedback Mode.

NameParametersDescription
ODataInstantFeedbackSource()noneInitializes a new instance of the ODataInstantFeedbackSource class.
ODataInstantFeedbackSource(Action<GetSourceEventArgs>, Action<GetSourceEventArgs>)getSource, freeSourceInitializes a new instance of the ODataInstantFeedbackSource with the specified settings.
ODataInstantFeedbackSource(Action<GetSourceEventArgs>)getSourceInitializes a new instance of the ODataInstantFeedbackSource with the specified settings.
ODataInstantFeedbackSource(EventHandler<GetSourceEventArgs>, EventHandler<GetSourceEventArgs>)getSource, freeSourceInitializes a new instance of the ODataInstantFeedbackSource with the specified settings.
ODataInstantFeedbackSource(EventHandler<GetSourceEventArgs>)getSourceInitializes a new instance of the ODataInstantFeedbackSource with the specified settings.

See Also

ODataInstantFeedbackSource Class

ODataInstantFeedbackSource Members

DevExpress.Data.ODataLinq Namespace