Skip to main content

TreeMapItemGroupStyle.SubGroupFont Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.1.dll

NuGet Package: DevExpress.TreeMap

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public Font SubGroupFont { get; set; }

Property Value

Type Description
Font

The font of sub group headers.

See Also