Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

NestedFrame Class

Serves as a site for Views displayed by View Items.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public class NestedFrame :
    Frame

#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.

#Inheritance

Object
Frame
NestedFrame
See Also