Skip to main content

ODataInstantFeedbackSource Constructors

The data source for the GridControl and SearchLookUpEdit controls that binds these controls to OData service in Instant Feedback Mode.
Name Parameters Description
ODataInstantFeedbackSource() none Initializes a new instance of the ODataInstantFeedbackSource class.
ODataInstantFeedbackSource(Action<GetSourceEventArgs>, Action<GetSourceEventArgs>) getSource, freeSource Initializes a new instance of the ODataInstantFeedbackSource with the specified settings.
ODataInstantFeedbackSource(Action<GetSourceEventArgs>) getSource Initializes a new instance of the ODataInstantFeedbackSource with the specified settings.
ODataInstantFeedbackSource(EventHandler<GetSourceEventArgs>, EventHandler<GetSourceEventArgs>) getSource, freeSource Initializes a new instance of the ODataInstantFeedbackSource with the specified settings.
ODataInstantFeedbackSource(EventHandler<GetSourceEventArgs>) getSource Initializes a new instance of the ODataInstantFeedbackSource with the specified settings.
See Also