ViewShowingEventArgs.View Property
Returns the View to be shown.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v26.1.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