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
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 |