Frame.View Property
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v19.2.dll
Declaration
public View View { get; }
Public ReadOnly Property View As View
public View View { get; }
Public ReadOnly Property View As View
public View View { get; }
Public ReadOnly Property View As View
Property Value
Type |
Description |
View |
A View object representing the current Frame's View.
|
Property Value
Type |
Description |
View |
A View object representing the current Frame's View.
|
Property Value
Type |
Description |
View |
A View object representing the current Frame's View.
|
Cast the View object that is returned by this property by the DetailView or ListView type, to use members of the current Frame's View.
See Also