Back to Devexpress

Document.ExcludeFromSearch Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-document-680a6a0a.md

latest2.3 KB
Original Source

Document.ExcludeFromSearch Property

Gets or sets whether this Document should be removed from the list of places where the Search Panel looks for the entered text.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
public bool ExcludeFromSearch { get; set; }
vb
<DefaultValue(False)>
Public Property ExcludeFromSearch As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if this Document should be removed from the list of places where the Search Panel looks for the entered text; otherwise, false.

|

Remarks

You can exclude any container, document or tile from the search performed by Search Panel by setting the related ExcludeFromSearch property to true. See the Search Panel topic for details.

See Also

Search Panel

Document Class

Document Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace