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

NativeMdiView.AllChildrenAreIcons() Method

Gets whether all documents are minimized to icons.

Namespace: DevExpress.XtraBars.Docking2010.Views.NativeMdi

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

public bool AllChildrenAreIcons()

Returns

Type Description
Boolean

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

See Also