Gets or sets a value indicating whether the Item can respond to user interaction.
true if the control can respond to user interaction; otherwise, false. The default is true.
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.
Item Class | Resco.Controls.DetailView Namespace