Class SuggestionSettings
Inheritance
System.Object
SuggestionSettings
Namespace: Syncfusion.UI.Xaml.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.UWP.dll
Syntax
public class SuggestionSettings : DependencyObject
Constructors
SuggestionSettings()
Declaration
public SuggestionSettings()
Properties
SuggestionProviders
Declaration
public ObservableCollection<ISuggestionProvider> SuggestionProviders { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<ISuggestionProvider> |