ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PropertyValueType - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PropertyValueType

    Specifies the value type for the property.

    Inheritance
    System.Object
    PropertyValueType
    Namespace: Syncfusion.DocIO
    Assembly: Syncfusion.DocIO.Portable.dll
    Syntax
    public sealed class PropertyValueType : Enum

    Fields

    Boolean

    Specifies Value type as boolean.

    Declaration
    public const PropertyValueType Boolean
    Field Value
    Type Description
    PropertyValueType

    ByteArray

    Specifies Value type as byte array.

    Declaration
    public const PropertyValueType ByteArray
    Field Value
    Type Description
    PropertyValueType

    ClipData

    Specifies Value type as ClipData.

    Declaration
    public const PropertyValueType ClipData
    Field Value
    Type Description
    PropertyValueType

    Date

    Specifies Value type as date.

    Declaration
    public const PropertyValueType Date
    Field Value
    Type Description
    PropertyValueType

    Double

    Specifies Value type as double.

    Declaration
    public const PropertyValueType Double
    Field Value
    Type Description
    PropertyValueType

    Float

    Specifies Value type as float.

    Declaration
    public const PropertyValueType Float
    Field Value
    Type Description
    PropertyValueType

    Int

    Specifies Value type as integer.

    Declaration
    public const PropertyValueType Int
    Field Value
    Type Description
    PropertyValueType

    String

    Specifies Value type as String.

    Declaration
    public const PropertyValueType String
    Field Value
    Type Description
    PropertyValueType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved