A newer version of this page is available.
Switch to the current version.
CustomizeControlEventArgs Class
Arguments passed to the ActionBase.CustomizeControl event.
Namespace: DevExpress.ExpressApp.Actions
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
public class CustomizeControlEventArgs :
EventArgs
Public Class CustomizeControlEventArgs
Inherits EventArgs
Remarks
The CustomizeControl event occurs after the control is initialized. Allows to customize the default control settings.
See Also
Feedback