Back to Devexpress

ItemsRequestEventArgs Properties

maui-devexpress-dot-maui-dot-editors-dot-itemsrequesteventargs-dot-underscore-properties.md

latest1.1 KB
Original Source

ItemsRequestEventArgs Properties

Contains data for the ItemsRequested event.

NameDescription
CancellationTokenReturns the token that allows you to cancel the request.
RequestGets or sets the method that returns editor items.
RequestAsyncGets or sets the asynchronous method that returns editor items. This method has the higher priority than the Request event.
TextReturns the text entered in the edit box.

See Also

ItemsRequestEventArgs Class

ItemsRequestEventArgs Members

DevExpress.Maui.Editors Namespace