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.2.dll

Declaration

public bool AllChildrenAreIcons()

Returns

Type Description
Boolean

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

See Also