Class AssistViewRequestEventArgs
Raised when requesting an action with SfSmartDataGrid.
Inheritance
System.Object
AssistViewRequestEventArgs
Namespace: Syncfusion.Maui.SmartComponents
Assembly: Syncfusion.Maui.SmartComponents.dll
Syntax
public class AssistViewRequestEventArgs : CancelEventArgs
Constructors
AssistViewRequestEventArgs()
Declaration
public AssistViewRequestEventArgs()
Properties
Prompt
Includes the requesting prompt to perform an action.
Declaration
public string Prompt { get; }
Property Value
| Type |
|---|
| System.String |