Xamarin.iOS

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BindableAttribute - Xamarin.iOS 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.Portable.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 Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved