Back to Devexpress

ClipboardAccessPolicy.ClipboardOperationRequestEventArgs.IsUIStateQuery Property

corelibraries-devexpress-dot-data-dot-utils-dot-clipboardaccesspolicy-dot-clipboardoperationrequesteventargs-adf60d5a.md

latest1.7 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public bool IsUIStateQuery { get; }
vb
Public ReadOnly Property IsUIStateQuery As Boolean

Property Value

TypeDescription
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

ClipboardAccessPolicy.ClipboardOperationRequestEventArgs Class

ClipboardAccessPolicy.ClipboardOperationRequestEventArgs Members

DevExpress.Data.Utils Namespace