menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DV_ExcelDataTypeInfo - UWP 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
    Namespace: Syncfusion.UI.Xaml.Spreadsheet.Commands
    Assembly: Syncfusion.SfSpreadsheet.UWP.dll
    Syntax
    public class DV_ExcelDataTypeInfo : Object

    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
    ExcelDataType

    DV_ExcelDataTypeName

    Gets or sets the name of the data types in DataValidation

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

    Extension Methods

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