menu

UWP

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

    Show / Hide Table of Contents

    Class BindableAttribute

    Specifies the Bindable Attribute for a property.

    Inheritance
    System.Object
    BindableAttribute
    Namespace: Syncfusion.XlsIO
    Assembly: Syncfusion.XlsIO.UWP.dll
    Syntax
    public class BindableAttribute : Attribute

    Constructors

    BindableAttribute(Boolean)

    Initializes a new instance of the class indicates whether the property is bindable.

    Declaration
    public BindableAttribute(bool bindable)
    Parameters
    Type Name Description
    System.Boolean bindable

    Bindable.

    Properties

    Bindable

    Gets a value indicating that a property is used for binding.

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

    Extension Methods

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