Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

View.Control Property

Returns the current View‘s control.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public virtual object Control { get; }

#Property Value

Type Description
Object

An object that represents the current View’s control.

#Remarks

Since the controls which represent a View are arranged via the Layout Control on a Template, the value returned by this property is the Layout Manager’s Container. You may need to access this container when implementing a custom Template. Add the View’s control to the Template’s View site. To learn how to implement custom Templates, refer to the How to: Create a Custom WinForms Ribbon Template.

See Also