Back to Devexpress

BarItemSearchSettings.SetHideFromSearch(DependencyObject, Boolean) Method

wpf-devexpress-dot-xpf-dot-bars-dot-baritemsearchsettings-dot-sethidefromsearch-x28-system-dot-windows-dot-dependencyobject-system-dot-boolean-x29.md

latest1.7 KB
Original Source

BarItemSearchSettings.SetHideFromSearch(DependencyObject, Boolean) Method

Sets the value of the BarItemSearchSettings.HideFromSearch attached property to the specified BarItemSearchSettings.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static void SetHideFromSearch(
    DependencyObject element,
    bool value
)
vb
Public Shared Sub SetHideFromSearch(
    element As DependencyObject,
    value As Boolean
)

Parameters

NameTypeDescription
elementDependencyObject

The element from which the property value is written.

| | value | Boolean |

The BarItemSearchSettings.HideFromSearch property value for the element.

|

See Also

BarItemSearchSettings Class

BarItemSearchSettings Members

DevExpress.Xpf.Bars Namespace