expressappframework-devexpress-dot-expressapp-615515b3.md
Serves as a site for Views displayed by View Items.
Namespace : DevExpress.ExpressApp
Assembly : DevExpress.ExpressApp.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public class NestedFrame :
Frame
Public Class NestedFrame
Inherits Frame
The following members return NestedFrame objects:
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