Back to Devexpress

TdxBar.LockUpdate Property

vcl-dxbar-dot-tdxbar-b9ed32d7.md

latest749 B
Original Source

TdxBar.LockUpdate Property

Deprecated. This property exists for backward compatibility only. Instead, call BeginUpdate and EndUpdate procedures at the TdxBarManager component level to manage batch bar item changes.

Declaration

delphi
property LockUpdate: Boolean read; write;

Property Value

TypeDescription
Boolean

True if bar item redraw operations are disabled; otherwise, False.

|

See Also

TdxBar Class

TdxBar Members

dxBar Unit