A newer version of this page is available.
Switch to the current version.
WindowController.TargetWindowType Property
Specifies the kind of the Window for which a Window Controller is intended.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v18.2.dll
Declaration
[DefaultValue(WindowType.Any)]
public WindowType TargetWindowType { get; set; }
<DefaultValue(WindowType.Any)>
Public Property TargetWindowType As WindowType
Property Value
Type | Default | Description |
---|---|---|
WindowType | Any |
A WindowType enumeration value identifying a Window kind. |
Remarks
Use this property to specify the Window kind in which the current Window Controllers will be activated.
See Also
Feedback