Class PaneType
Specifies the pane type supported by the SfRichTextBoxAdv control.
Inheritance
System.Object
PaneType
Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
Syntax
public sealed class PaneType : Enum
Fields
AdvancedFind
Specifies the options pane with advanced find options.
Declaration
public const PaneType AdvancedFind
Field Value
Type |
---|
PaneType |
Find
Specifies the options pane with simple text search and result navigation.
Declaration
public const PaneType Find
Field Value
Type |
---|
PaneType |
Replace
Specifies the options pane with advanced replace options.
Declaration
public const PaneType Replace
Field Value
Type |
---|
PaneType |