Back to Devexpress

ViewCreatingEventArgs.IsRoot Property

expressappframework-devexpress-dot-expressapp-dot-viewcreatingeventargs-597e0c9d.md

latest1.3 KB
Original Source

ViewCreatingEventArgs.IsRoot Property

Indicates whether a root View must be created.

Namespace : DevExpress.ExpressApp

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public bool IsRoot { get; }
vb
Public ReadOnly Property IsRoot As Boolean

Property Value

TypeDescription
Boolean

true if the new View will be root; otherwise, false.

|

Remarks

Use this property value to specify the View.IsRoot property for the new View.

See Also

ViewCreatingEventArgs Class

ViewCreatingEventArgs Members

DevExpress.ExpressApp Namespace