ViewShowingEventArgs.View Property
In This Article
Returns the View to be shown.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#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