Click or drag to resize

IQueryDisplayTextEventArgs Interface

Provides data for the DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit.QueryDisplayText and DevExpress.XtraEditors.Repository.RepositoryItemPopupGalleryEdit.QueryDisplayText events.

Namespace:  EBP.Api.Interfaces.Controls.List
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public interface IQueryDisplayTextEventArgs : IEventArgs, 
	IDisposable, IEquatable<IProxy>

The IQueryDisplayTextEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyDisplayText
Gets or sets the text to display in the edit box
Public propertyEditValue
Gets the current edit value
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also