ClipboardOptions(Boolean) Constructor
Initializes a new instance of the ClipboardOptions class with the specified settings.
Namespace: DevExpress.Export
Assembly: DevExpress.Data.v24.2.dll
Declaration
Optional Parameters
Name | Type | Default | Description |
---|---|---|---|
allowFormattedMode | Boolean | True | true, if the ClipboardOptions.ClipboardMode property should be set to Formatted; otherwise, false. |
Remarks
Set the ClipboardOptions.ClipboardMode property to Formatted to enable the Clipboard Management feature. See this link to learn more.
See Also