Skip to main content

LightweightCellEditorBase.FontSize Property

Gets or sets the size of the text font for the grid cells. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public double FontSize { get; set; }

Property Value

Type Description
Double

A Double value representing the font size for the grid cells.

See Also