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

HelpPaneButton.PlatformVisibility Property

Gets or sets the device family for which the button is shown. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Ribbon

Assembly: DevExpress.UI.Xaml.Ribbon.v18.2.dll

Declaration

public DeviceFamily PlatformVisibility { get; set; }

Property Value

Type Description
DevExpress.Mvvm.Native.DeviceFamily

A DevExpress.Mvvm.Native.DeviceFamily enumeration value.

See Also