Skip to main content
All docs
V23.2

ClipboardAccessPolicy.ClipboardOperationRequestEventArgs.IsUIStateQuery Property

Gets a value that indicates whether a DevExpress UI control requests a copy/paste operation to update its UI (for example, menu commands).

Namespace: DevExpress.Data.Utils

Assembly: DevExpress.Data.Desktop.v23.2.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

public bool IsUIStateQuery { get; }

Property Value

Type Description
Boolean

true if the DevExpress UI control requests a copy/paste operation to update its UI; otherwise, false.

Remarks

Use the e.IsUIStateQuery property to distinguish between clipboard-related operations initiated by end users or UI controls.

See Also