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.v26.1.dll
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