ActionBase.CustomizeCaption Event
In This Article
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
[Browsable(false)]
public static event EventHandler<CustomizeCaptionEventArgs> CustomizeCaption
#Event Data
The CustomizeCaption event's data class is DevExpress.ExpressApp.Actions.CustomizeCaptionEventArgs.
See Also