SkinManager.DisableMdiFormSkins() Method
Disables the title bar skinning feature for MDI child DevExpress forms.
Namespace: DevExpress.Skins
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Remarks
This method allows you to disable the title bar skinning feature for MDI child windows, previously enabled via the SkinManager.EnableMdiFormSkins method.
Note that the DevExpress.LookAndFeel.LookAndFeelHelper.ForceDefaultLookAndFeelChanged method needs to be called after calling the DisableMdiFormSkins method. This will force the form’s title to be repainted.
See Also