Back to Devexpress

LayoutGroup.ItemsAppearance Property

wpf-devexpress-dot-xpf-dot-docking-dot-layoutgroup-eae72d1e.md

latest1.2 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Docking

Declaration

csharp
public Appearance ItemsAppearance { get; set; }
vb
Public Property ItemsAppearance As Appearance

Property Value

TypeDescription
Appearance

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

|

See Also

Appearance

LayoutGroup Class

LayoutGroup Members

DevExpress.Xpf.Docking Namespace