Skip to main content
All docs
V21.2
  • Format.FontStyle Property

    Gets or sets the text style applied to the formatted cells. This is a dependency property.

    Namespace: DevExpress.UI.Xaml.Grid

    Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

    NuGet Package: DevExpress.Uwp.Controls

    Declaration

    public FontStyle FontStyle { get; set; }

    Property Value

    Type Description
    Windows.UI.Text.FontStyle

    A Windows.UI.Text.FontStyle value that represents the font style.

    See Also