Skip to main content
.NET Framework 4.6.2+

WinShowViewStrategyBase.UIType Property

Indicaties the UI type provided by a WinShowViewStrategyBase descendant.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v24.2.dll

Declaration

public UIType UIType { get; }

Property Value

Type Description
UIType

A UIType enumeration value specifying the UI type provided by a WinShowViewStrategyBase descendant.

See Also