RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

AdvancedFindFormulaColumnWindow..::..FieldDataTypeComboBox Property

Gets or sets the field data type ComboBox.

Namespace:  RingSoft.DbLookup.Controls.WPF.AdvancedFind
Assembly:  RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)

Syntax


public TextComboBoxControl FieldDataTypeComboBox { get; set; }
Public Property FieldDataTypeComboBox As TextComboBoxControl
	Get
	Set
public:
property TextComboBoxControl^ FieldDataTypeComboBox {
	TextComboBoxControl^ get ();
	void set (TextComboBoxControl^ value);
}

Field Value

The field data type ComboBox.