MobileForms Toolkit Documentation

Item.Enabled Property

Gets or sets a value indicating whether the Item can respond to user interaction.

public virtual bool Enabled {get; set;}

Property Value

true if the control can respond to user interaction; otherwise, false. The default is true.

Remarks

The Enabled property allows Items to be enabled or disabled at run time. For example, you can disable Item that do not apply to the current state of the application. You can also disable a Item to restrict its use. For example, a ItemTextBox can be disabled to prevent the user from editing it. If a Item is disabled, it cannot be selected.

See Also

Item Class | Resco.Controls.DetailView Namespace