Back to Devexpress

OptionsView.AllowItemSkining Property

windowsforms-devexpress-dot-xtralayout-dot-optionsview-f59096c7.md

latest1.9 KB
Original Source

OptionsView.AllowItemSkining Property

OBSOLETE

Use AllowItemSkinning instead

This option is equivalent to the OptionsView.AllowItemSkinning option.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use AllowItemSkinning instead")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool AllowItemSkining { get; set; }
vb
<Obsolete("Use AllowItemSkinning instead")>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AllowItemSkining As Boolean

Property Value

TypeDescription
Boolean

A Boolean value.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowItemSkining
LayoutControl

.OptionsView .AllowItemSkining

|

See Also

AllowItemSkinning

OptionsView Class

OptionsView Members

DevExpress.XtraLayout Namespace