menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class WarningInfo - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class WarningInfo

    Represents the warning details with type and description.

    Inheritance
    System.Object
    WarningInfo
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.Portable.dll
    Syntax
    public class WarningInfo : Object

    Properties

    Description

    Specifies the description for the warning.

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

    Type

    Specifies the type of the warning.

    Declaration
    public WarningType Type { get; }
    Property Value
    Type
    WarningType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved