Skip to main content

ISearchControlProperties Interface

Provides properties that manage the behavior and appearance of a search bar within the Search Panel.

Namespace: DevExpress.XtraBars.Docking2010.Customization

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public interface ISearchControlProperties

Remarks

The ISearchControlProperties class provides properties that allow you to customize the search panel’s search bar. To tweak the panel itself, use the ISearchPanelProperties class’s properties.

See Also