menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ExportCellStyle - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ExportCellStyle

    Represents the cell style in exporting.

    Inheritance
    System.Object
    ExportCellStyle
    Namespace: Syncfusion.UI.Xaml.Grid.Converter
    Assembly: Syncfusion.SfGridConverter.UWP.dll
    Syntax
    public class ExportCellStyle : Object

    Constructors

    ExportCellStyle()

    Declaration
    public ExportCellStyle()

    ExportCellStyle(Brush, Brush)

    Declaration
    public ExportCellStyle(Brush backGroundBrush, Brush foreGroundBrush)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Media.Brush backGroundBrush
    Windows.UI.Xaml.Media.Brush foreGroundBrush

    Properties

    BackGroundBrush

    Gets or sets a value that specifies the BackGroundBrush.

    Declaration
    public Brush BackGroundBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    FontInfo

    Gets or sets a value that specifies FontInfo.

    Declaration
    public ExportFontInfo FontInfo { get; set; }
    Property Value
    Type
    ExportFontInfo

    ForeGroundBrush

    Gets or sets a value that specifies the ForeGroundBrush.

    Declaration
    public Brush ForeGroundBrush { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Media.Brush

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved