Back to Devexpress

BarItemSearchSettings.GetHideFromSearch(DependencyObject) Method

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

latest1.7 KB
Original Source

BarItemSearchSettings.GetHideFromSearch(DependencyObject) Method

Gets the value of the BarItemSearchSettings.HideFromSearch attached property for the specified BarItemSearchSettings.

Namespace : DevExpress.Xpf.Bars

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public static bool GetHideFromSearch(
    DependencyObject element
)
vb
Public Shared Function GetHideFromSearch(
    element As DependencyObject
) As Boolean

Parameters

NameTypeDescription
elementDependencyObject

The element from which the property value is read.

|

Returns

TypeDescription
Boolean

The BarItemSearchSettings.HideFromSearch property value for the element.

|

See Also

BarItemSearchSettings Class

BarItemSearchSettings Members

DevExpress.Xpf.Bars Namespace