Skip to main content
Tab

BinaryImageButtonPanelSettings.Visibility Property

Specifies the visibility mode of the button panel.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(ElementVisibilityMode.Faded)]
public ElementVisibilityMode Visibility { get; set; }

Property Value

Type Default Description
ElementVisibilityMode Faded

One of the ElementVisibilityMode enumeration values.

Available values:

Name Description
None

The element is not displayed.

Faded

The element is always visible. When a mouse is not over the element, it is faded.

Note, on touch devices the “mouse over” behavior can be simulated by tapping the image area.

OnMouseOver

The element is displayed when the mouse is over the corresponding area.

Note, on touch devices the “mouse over” behavior can be simulated by tapping the image area.

Always

The element is always visible.

Property Paths

You can access this nested property as listed below:

Object Type Path to Visibility
BinaryImageEditingSettings
.ButtonPanelSettings .Visibility
See Also