Skip to main content

ClipboardValueInfo.FontStyle Property

Gets or sets the element’s font style.

Namespace: DevExpress.WinUI.Grid

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

NuGet Package: DevExpress.WinUI

#Declaration

public FontStyle? FontStyle { get; set; }

#Property Value

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

The element’s font style.

See Also