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

OptionsView.DrawAdornerLayered Property

OBSOLETE

Use DrawAdornerLayer instead

Gets or sets whether to draw an adorner layer used to provide customization visual cues.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v19.2.dll

Declaration

[Obsolete("Use DrawAdornerLayer instead")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[Browsable(false)]
public DefaultBoolean DrawAdornerLayered { get; set; }

Property Value

Type Description
DefaultBoolean

A value that specifies whether to draw the adorner layer.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Property Paths

You can access this nested property as listed below:

Object Type Path to DrawAdornerLayered
DataLayoutControl
.OptionsView.DrawAdornerLayered
LayoutControl
.OptionsView.DrawAdornerLayered

Remarks

The DrawAdornerLayered property is obsolete. Use the OptionsView.DrawAdornerLayer property instead.

See Also