ASPxRibbon.DialogBoxLauncherClicked Event
Fires on the server side after a dialog box launcher has been clicked.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Event Data
The DialogBoxLauncherClicked event's data class is DialogBoxLauncherClickedEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
Group | Gets the group object to which the clicked dialog box launcher belongs. |
Remarks
Write a DialogBoxLauncherClicked event handler to perform specific actions on the server side after a dialog box launcher is clicked. You can use the event argument’s DialogBoxLauncherClickedEventArgs.Group property to identify whose dialog box launcher is clicked.
See Also