Skip to main content
A newer version of this page is available. .

CustomizeControlEventArgs Class

Arguments passed to the ActionBase.CustomizeControl event.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v19.1.dll

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