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

WindowsFormsSettings.GetAllowSkinEditorAttach() Method

Returns whether this application can serve as an External Preview Application in WinForms Skin Editor. See the WindowsFormsSettings.AllowSkinEditorAttach property for the details.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v20.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public static bool GetAllowSkinEditorAttach()

Returns

Type Description
Boolean

true if this application can serve as an External Preview Application in WinForms Skin Editor; otherwise, false.

See Also