Skip to main content
.NET 6.0+

ViewShowingEventArgs.View Property

Returns the View to be shown.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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