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

TreeMapItemGroupStyle.SubGroupFont Property

Gets or sets the header font of sub groups of the styled group.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

[XtraSerializableProperty]
public Font SubGroupFont { get; set; }

Property Value

Type Description
Font

The font of sub group headers.

See Also