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

XtraForm.EnableAcrylicAccent Property

Gets or sets whether the Acrylic effect is enabled. The Acrylic effect is applied to an area occupied by the AccordionControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v18.2.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[Browsable(false)]
public virtual bool EnableAcrylicAccent { get; set; }

Property Value

Type Description
Boolean

true, to enable the Acrylic effect; otherwise, false.

Remarks

AccordionControl supports the Acrylic effect only when docked to either XtraForm side.

Note

The Acrylic and Reveal Highlight effects are only available if the application runs under Windows 10 Version 1803 (OS build 17134) or newer.

See Also