Back to Devexpress

WinApplication.ShowDetailViewFrom(Frame) Method

expressappframework-devexpress-dot-expressapp-dot-win-dot-winapplication-dot-showdetailviewfrom-x28-devexpress-dot-expressapp-dot-frame-x29.md

latest1.9 KB
Original Source

WinApplication.ShowDetailViewFrom(Frame) Method

Indicates whether a Views invoked from the specified Frame can be displayed in a new Window.

Namespace : DevExpress.ExpressApp.Win

Assembly : DevExpress.ExpressApp.Win.v25.2.dll

NuGet Packages : DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public override bool ShowDetailViewFrom(
    Frame sourceFrame
)
vb
Public Overrides Function ShowDetailViewFrom(
    sourceFrame As Frame
) As Boolean

Parameters

NameTypeDescription
sourceFrameFrame

The currently active Frame, from which a Detail View is going to be invoked.

|

Returns

TypeDescription
Boolean

true if a Detail View can be displayed in a new Window; false if a Detail View can be displayed in the specified Frame only.

|

See Also

WinApplication Class

WinApplication Members

DevExpress.ExpressApp.Win Namespace