Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

AudioObjectProperties.UIMode Property

This property is not in effect for the AudioObjectProperties class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public override UIMode UIMode { get; set; }

Property Value

Type
UIMode

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