Edit

Share via


RichSuggestBox.Prefixes Property

Definition

Gets or sets prefix characters to start a query.

public string Prefixes { get; set; }
member this.Prefixes : string with get, set
Public Property Prefixes As String

Property Value

Remarks

Prefix characters must be punctuations (must satisfy IsPunctuation(Char) method).

Applies to