TreeMapItemGroupStyle.SubGroupFont Property
Gets or sets the header font of sub groups of the styled group.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
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