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

PopupColorEditSettings.ShowAlphaChannel Property

Gets or sets whether the color edit displays the alpha channel (opacity) for the selected color. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool ShowAlphaChannel { get; set; }

Property Value

Type Description
Boolean

true, to show the alpha channel for the selected color; otherwise, false.

Remarks

When the ShowAlphaChannel option is enabled, the PopupColorEdit allows end users to select a color with the custom opacity.

Set the ShowAlphaChannel property to false to disable alpha channel editing.

See Also