Back to Devexpress

PropertyDescriptionControl.Font Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-propertydescriptioncontrol-20a1629f.md

latest1.5 KB
Original Source

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.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Font Font { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property Font As Font

Property Value

TypeDescription
Font

A Font object.

|

See Also

PropertyDescriptionControl Class

PropertyDescriptionControl Members

DevExpress.XtraVerticalGrid Namespace