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.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
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