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

CustomizeControlEventArgs.Control Property

Gets an object that allows you to access the control which is used to display an Action.

Namespace: DevExpress.ExpressApp.Actions

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public object Control { get; }

Property Value

Type Description
Object

An object that allows you to access the control which is used to display an Action.

See Also