Skip to main content
A newer version of this page is available.
All docs
V18.2

PageViewModelBase.IsSelected Property

Gets whether the current page is selected in a document.

Namespace: DevExpress.Xpf.Printing.PreviewControl

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

Declaration

public virtual bool IsSelected { get; protected set; }

Property Value

Type Description
Boolean

true, if the page is selected; otherwise, false.

See Also