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

LayoutGroup.ItemsAppearance Property

Gets or sets the settings used to customize the appearance of captions for the group’s children. This is a dependency property.

Namespace: DevExpress.Xpf.Docking

Assembly: DevExpress.Xpf.Docking.v18.2.dll

Declaration

public Appearance ItemsAppearance { get; set; }

Property Value

Type Description
DevExpress.Xpf.Docking.Appearance

A DevExpress.Xpf.Docking.Appearance object that specifies the corresponding appearance settings.

See Also