menu

UWP

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

    Show / Hide Table of Contents

    Class ExpressionPropertyDescriptor

    Class that illustrates the expression field support along with filtering in PivotEngine.

    Inheritance
    System.Object
    ExpressionPropertyDescriptor
    Namespace: Syncfusion.PivotAnalysis.UWP
    Assembly: Syncfusion.PivotAnalysis.UWP.dll
    Syntax
    public class ExpressionPropertyDescriptor : Object

    Properties

    Attributes

    Gets the attributes of properties.

    Declaration
    public PropertyAttributes Attributes { get; }
    Property Value
    Type
    System.Reflection.PropertyAttributes

    CanRead

    Gets the value that indicating whether the xml document can read or not.

    Declaration
    public bool CanRead { get; }
    Property Value
    Type
    System.Boolean

    CanWrite

    Gets the value that indicating whether the xml document can write or not.

    Declaration
    public bool CanWrite { get; }
    Property Value
    Type
    System.Boolean

    DeclaringType

    Gets the type of Expression Property.

    Declaration
    public Type DeclaringType { get; }
    Property Value
    Type
    System.Type

    Expression

    Gets or sets the expression.

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

    Format

    Gets or sets a format associated with the value of this expression.

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

    Name

    Gets the name of Expression Property.

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

    PropertyType

    Gets the property type of Expression Property.

    Declaration
    public Type PropertyType { get; }
    Property Value
    Type
    System.Type

    Methods

    GetIndexParameters()

    Gets the parameters of Expression Property.

    Declaration
    public ParameterInfo[] GetIndexParameters()
    Returns
    Type
    System.Reflection.ParameterInfo[]

    Extension Methods

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