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

Window.IsMain Property

Indicates whether a Window is main.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public bool IsMain { get; }

#Property Value

Type Description
Boolean

true if the current Window is main; otherwise, false.

#Remarks

When you start an application, the first Window displayed is a main Window. It represents a central Window that provides common application functionalities. Visually, it differs from other windows, in that it has a navigation control. This navigation control is an Action Container for the ViewNavigation Action. It lists items corresponding to declared business object types. End-users can use these items to open List or Detail Views that allow them to browse and edit the corresponding business objects.

See Also