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

VideoObjectProperties.UIMode Property

Gets or sets a value that specifies which control elements are shown in a Player.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(UIMode.Full)]
public virtual UIMode UIMode { get; set; }

Property Value

Type Default Description
UIMode **Full**

One of the UIMode values.

Available values:

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

See Also