VideoObjectProperties.UIMode Property
In This Article
Gets or sets a value that specifies which control elements are shown in a Player.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#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 |
Mini | A minimum allowed set of control elements is shown. Example (video): Windows Media Player |
Full | All control elements provided by a Player are shown. Example (video): Windows Media Player |
See Also