Skip to main content
.NET 6.0+

CustomizeControlEventArgs Class

Arguments passed to the ActionBase.CustomizeControl event.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public class CustomizeControlEventArgs :
    EventArgs

Remarks

The CustomizeControl event occurs after the control is initialized. Allows to customize the default control settings.

Inheritance

Object
EventArgs
CustomizeControlEventArgs
See Also