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

IModelOptionsTabbedMdiLayout Interface

Used to extend the Application Model‘s Options node with the properties required for the MdiShowViewStrategy.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v18.1.dll

Declaration

public interface IModelOptionsTabbedMdiLayout

Remarks

The IModelOptionsTabbedMdiLayout interface is a part of the Application Model infrastructure and is not intended to be implemented by your classes. This interface is used by the SystemWindowsFormsModule module to extend the Options node (see IModelOptions) with the properties required for the MdiShowViewStrategy. To learn more, refer to the Application Model Structure topic.

See Also