Back to Devexpress

TdxCustomListView.ReadOnly Property

vcl-dxlistview-dot-tdxcustomlistview-8f9b2f4a.md

latest733 B
Original Source

TdxCustomListView.ReadOnly Property

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

Declaration

delphi
property ReadOnly: Boolean read; write; default False;

Property Value

TypeDefaultDescription
BooleanFalse

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

TdxCustomListView Class

TdxCustomListView Members

dxListView Unit