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

OptionsView.AllowItemSkinning Property

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
public bool AllowItemSkinning { get; set; }

Property Value

Type Default Description
Boolean **true**

True, if the corresponding options are in effect; otherwise; False.

Property Paths

You can access this nested property as listed below:

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

Remarks

If this property is set to true, the OptionsView.DrawItemBorders, OptionsView.HighlightDisabledItem and OptionsView.HighlightFocusedItem options are in effect. Otherwise, these properties are ignored.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AllowItemSkinning property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also