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

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.v18.2.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Control property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also