Skip to main content
Tab

UIMode Enum

Lists values that specify which control elements are shown in a Player.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public enum UIMode

Members

Name Description
Invisible

A Player is hidden. An empty rectangle is shown instead.

None

No control elements are shown.

Example (video): Windows Media Player

UIMode_None

Mini

A minimum allowed set of control elements is shown.

Example (video): Windows Media Player

UIMode_Minimum

Full

All control elements provided by a Player are shown.

Example (video): Windows Media Player

UIMode_Full

Related API Members

The following properties accept/return UIMode values:

See Also