MobileForms Toolkit Documentation

AdvancedComboBox.DataConnector Property

Gets or sets the IDataConnector which can be used to load the data.

public IDataConnector DataConnector {get; set;}

Remarks

If a null reference is set as a DataConnector, the property will reset to standard DbConnector, otherwise the new provided conenctor is used.

CAUTION   The use of this property is for extensibility purpose only and is not fully supported yet.

See Also

AdvancedComboBox Class | Resco.Controls.AdvancedComboBox Namespace | IDataConnector