Skip to main content
A newer version of this page is available. .

NativeMdiView.HasIconicChildren() Method

Gets whether a minimized document exists.

Namespace: DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly: DevExpress.XtraBars.v21.2.dll

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

Declaration

public bool HasIconicChildren()

Returns

Type Description
Boolean

true if a minimized document exists; otherwise, false.

See Also