Skip to main content

TdxListItem.Enabled Property

Specifies if the item is enabled.

Declaration

property Enabled: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True
False
Default. A user is unable to interact with the item.
True
A user can focus, select, check, and rename the item.

Remarks

The list item displays a checkbox if the parent control‘s Checkboxes property is set to True.

Default Value

The Sorting property’s default value is False.

See Also