Skip to main content

RichEditControl.SearchPanel Property

Provides access to the Search and Replace Panel

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v14.2.dll

#Declaration

public FrameworkElement SearchPanel { get; }

#Property Value

Type Description
FrameworkElement

A FrameworkElement representing a Search panel.

#Remarks

Use the Visibility property to specify whether the Search panel can be shown via the RichEditControl.ShowSearchForm and RichEditControl.ShowReplaceForm methods.

See Also