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

PropertyDescriptionControl.Font Property

Gets or sets the control’s font settings. This property is not supported, use the Appearance.Description.Font property instead.

Namespace: DevExpress.XtraVerticalGrid

Assembly: DevExpress.XtraVerticalGrid.v19.1.dll

Declaration

[Browsable(false)]
public override Font Font { get; set; }

Property Value

Type Description
Font

A Font object.

See Also