PasteSelectionCommand.Format Property
In This Article
Gets or sets the expected format of the Clipboard data for the paste operation.
Namespace: DevExpress.XtraRichEdit.Commands
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public DocumentFormat Format { get; set; }
#Property Value
Type | Description |
---|---|
Document |
A Document |
See Also