Skip to main content

DataControlBase.FontStretch Property

Gets or sets the GridControl‘s font stretch.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

#Declaration

public FontStretch FontStretch { get; set; }

#Property Value

Type Description
Windows.UI.Text.FontStretch

The GridControl‘s font stretch.

See Also