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

FluentDesignForm.EnableAcrylicAccent Property

Gets or sets whether the Acrylic accent is enabled for the Accordion Control, Layout Control and Calendar Control when they reside within the current form. The property also enables the Reveal Highlight effect for the Accordion Control and Calendar Control.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(true)]
[XtraSerializableProperty(XtraSerializationVisibility.Visible)]
[DXCategory("Options")]
[Browsable(true)]
public override bool EnableAcrylicAccent { get; set; }

Property Value

Type Default Description
Boolean **true**

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

Remarks

The following image shows the Acrylic accent effect for an Accordion Control that resides within a FluentDesignForm

The EnableAcrylicAccent property is introduced in the XtraForm class (the FluentDesignForm ancestor). The property’s default value is false for the XtraForm, and true for the FluentDesignForm.

See the XtraForm.EnableAcrylicAccent property for more information.

See Also