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

OptionsView.AllowItemSkining Property

OBSOLETE

Use AllowItemSkinning instead

This option is equivalent to the OptionsView.AllowItemSkinning option.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v18.2.dll

Declaration

[Obsolete("Use AllowItemSkinning instead")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
[Browsable(false)]
public bool AllowItemSkining { get; set; }

Property Value

Type Description
Boolean

A Boolean value.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowItemSkining
DataLayoutControl
.OptionsView.AllowItemSkining
LayoutControl
.OptionsView.AllowItemSkining
See Also