Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomizeControlEventArgs Class

Arguments passed to the ActionBase.CustomizeControl event.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v20.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