Skip to main content

NativeMdiView.AllChildrenAreIcons() Method

Gets whether all documents are minimized to icons.

Namespace: DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly: DevExpress.XtraBars.v24.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool AllChildrenAreIcons()

Returns

Type Description
Boolean

true if all documents are minimized to icons; otherwise, false.

See Also