menu

UWP

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

    Show / Hide Table of Contents

    Class CellsProperties

    Represents the properties of each cell.

    Inheritance
    System.Object
    CellsProperties
    Namespace: Syncfusion.Olap.UWP.MDXQueryParser
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class CellsProperties : Object

    Constructors

    CellsProperties()

    Declaration
    public CellsProperties()

    Properties

    FormatString

    Gets or sets the format string.

    Declaration
    public string FormatString { get; set; }
    Property Value
    Type Description
    System.String

    The format string.

    FormattedValue

    Gets or sets the formatted value.

    Declaration
    public string FormattedValue { get; set; }
    Property Value
    Type Description
    System.String

    The formatted value.

    Value

    Gets or sets the value.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    System.String

    The value.

    Extension Methods

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