Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Docking

Declaration

public Appearance ItemsAppearance { get; set; }

Property Value

Type Description
Appearance

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

See Also