Skip to main content
A newer version of this page is available. .
Tab

UIMode Enum

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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:

Remarks

The values listed by this enumeration are used to set the VideoObjectProperties.UIMode property’s value.

See Also