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

ViewShowingEventArgs.View Property

Returns the View to be shown.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v21.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public View View { get; }

Property Value

Type Description
View

A View object that reprsents a List View or Detail View to be shown.

Remarks

Use this property to customize the View before displaying it.

See Also