Class AssistViewRequestEventArgs
Provides data for an AssistView request initiated within the SfSmartDataGrid.
Inheritance
System.Object
AssistViewRequestEventArgs
Namespace: Syncfusion.UI.Xaml.SmartComponents
Assembly: Syncfusion.SfSmartComponents.Wpf.dll
Syntax
public class AssistViewRequestEventArgs : CancelEventArgs
Constructors
AssistViewRequestEventArgs()
Declaration
public AssistViewRequestEventArgs()
Properties
Prompt
Gets the prompt text that triggered the request.
Declaration
public string Prompt { get; }
Property Value
| Type |
|---|
| System.String |