Skip to main content
All docs
V23.2

IListBox<TData, TValue> Methods

An interface that defines the DxListBox<TData, TValue> component’s API members (properties and methods).
Name Description
BeginUpdate() Suspends List Box updates caused by parameter changes and method calls until the EndUpdate() method is called.
EndUpdate() Resumes List Box updates (when the BeginUpdate() method pauses updates) and re-renders the List Box.
See Also