Version

Enabled Property (TaskFieldSettingsBase)

Gets or sets whether the user can modify the field.
Syntax
'Declaration
 
Public Property Enabled As Infragistics.Win.DefaultableBoolean
public Infragistics.Win.DefaultableBoolean Enabled {get; set;}
Remarks

Setting Enabled to False will disable user interaction with the affected field(s).

The grid cell(s) representing the disabled field will display with a disabled appearance. The cell(s) cannot be selected and the user will be unable to enter edit mode on the cell(s), and thus the cell cannot be modified or copied.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also