OptionsView.AllowItemSkining Property
Obsolete. This option is equivalent to the OptionsView.AllowItemSkinning option.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use AllowItemSkinning instead")]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public bool AllowItemSkining { get; set; }
<Obsolete("Use AllowItemSkinning instead")>
<XtraSerializableProperty(XtraSerializationVisibility.Hidden)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property AllowItemSkining As Boolean
Property Value
Type | Description |
---|---|
Boolean | A Boolean value. |
See Also
Feedback