Skip to main content

ClipboardValueInfo.FontWeight Property

Gets or sets the element’s font weight.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

#Declaration

public FontWeight? FontWeight { get; set; }

#Property Value

Type Description
Nullable<Windows.UI.Text.FontWeight>

The element’s font weight.

See Also