Skip to main content

TcxCustomListView.OwnerData Property

Specifies if the virtual mode is active.

Declaration

property OwnerData: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

True if the List View control is in virtual mode; otherwise, False.

Remarks

The virtual mode allows you to manage list view items manually.

Default Value

The BorderStyle property’s default value is cxcbsDefault.

See Also