Back to Devexpress

NestedFrame Class

expressappframework-devexpress-dot-expressapp-615515b3.md

latest2.9 KB
Original Source

NestedFrame Class

Serves as a site for Views displayed by View Items.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public class NestedFrame :
    Frame
vb
Public Class NestedFrame
    Inherits Frame

The following members return NestedFrame objects:

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

NestedFrame Members

UI Element Overview

Windows and Frames

Views

Templates

DevExpress.ExpressApp Namespace