Back to Devexpress

DocumentPreviewControl.HasSelection Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-e2bdcf69.md

latest1.2 KB
Original Source

DocumentPreviewControl.HasSelection Property

Gets whether there is any selected content in the current document. This is a dependency property.

Namespace : DevExpress.Xpf.Printing

Assembly : DevExpress.Xpf.Printing.v25.2.dll

NuGet Package : DevExpress.Wpf.Printing

Declaration

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

Property Value

TypeDescription
Boolean

true, if there is any selected content in the current document; otherwise, false.

|

See Also

DocumentPreviewControl Class

DocumentPreviewControl Members

DevExpress.Xpf.Printing Namespace