Skip to main content
A newer version of this page is available. .

ISearchPanelProperties.Enabled Property

Gets or sets whether the Search Panel for this WindowsUIView is enabled.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

bool Enabled { get; set; }

Property Value

Type Description
Boolean

true, if the Search Panel for this WindowsUIView is enabled; otherwise, false.

See Also