Skip to main content
.NET 6.0+

WinShowViewStrategyBase.UIType Property

Indicaties the UI type provided by a WinShowViewStrategyBase descendant.

Namespace: DevExpress.ExpressApp.Win

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

NuGet Package: DevExpress.ExpressApp.Win

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