Skip to main content

WinShowViewStrategyBase.UIType Property

Indicaties the UI type provided by a WinShowViewStrategyBase descendant.

Namespace: DevExpress.ExpressApp.Win

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

NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design

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