Skip to main content
A newer version of this page is available. .

TdxCustomListView.ReadOnly Property

Specifies if the List View is in read-only mode.

Declaration

property ReadOnly: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

If False, users can click the focused item or press F2 to invoke its in-place caption editor. If True, users cannot invoke an in-place caption editor.

See Also