LayoutGroup.ItemsAppearance Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public Appearance ItemsAppearance { get; set; }
#Property Value
Type | Description |
---|---|
Appearance | A DevExpress. |
See Also