RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

ContentComboBoxControl..::..UiCommand Property

Gets or sets the UI command. This is a bind-able property.

Namespace:  RingSoft.DataEntryControls.WPF
Assembly:  RingSoft.DataEntryControls.WPF (in RingSoft.DataEntryControls.WPF.dll)

Syntax


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

Field Value

The UI command.