NestedFrame Class
Serves as a site for Views displayed by View Items.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
Nested Frames are used by View Items that display Views, such as the DetailPropertyEditor. Compared to the base Frame class, NestedFrame introduces a single NestedFrame.ViewItem property that provides access to the View Item that uses the NestedFrame
. You can use this property to access the parent View and its object from a context, where you have access to the nested Frame.
For general details on Frames, refer to the Frame class description and the Windows and Frames help topic.
See Also