WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DV_ExcelDataTypeInfo - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DV_ExcelDataTypeInfo

    Represents a class that is to maintain the information about different data types for DataValidation

    Inheritance
    System.Object
    DV_ExcelDataTypeInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
    Assembly: Syncfusion.SfSpreadsheet.WPF.dll
    Syntax
    public class DV_ExcelDataTypeInfo

    Constructors

    DV_ExcelDataTypeInfo()

    Initializes a new instance of DV_ExcelDataTypeInfo class

    Declaration
    public DV_ExcelDataTypeInfo()

    Properties

    DV_ExcelDataType

    Gets or sets the type of the data in DataValidation

    Declaration
    public ExcelDataType DV_ExcelDataType { get; set; }
    Property Value
    Type Description
    ExcelDataType

    DV_ExcelDataTypeName

    Gets or sets the name of the data types in DataValidation

    Declaration
    public string DV_ExcelDataTypeName { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved