A newer version of this page is available.
Switch to the current version.
DocumentViewerControl.IsSearchControlVisible Property
Indicates whether a document viewer's Search panel is currently visible. This is a dependency property.
Namespace: DevExpress.Xpf.DocumentViewer
Assembly: DevExpress.Xpf.DocumentViewer.v19.2.Core.dll
Declaration
public bool IsSearchControlVisible { get; }
Public ReadOnly Property IsSearchControlVisible As Boolean
Property Value
Type | Description |
---|---|
Boolean | true, if the Search panel is visible; otherwise, false. |
See Also
Feedback