Class BindablePropertyAttribute
Use this attribute to enable value binding for a form component property.
[AttributeUsage(AttributeTargets.Property, AllowMultiple = false)]
public sealed class BindablePropertyAttribute : Attribute
- Inheritance
-
objectAttributeBindablePropertyAttribute
- Extension Methods
See Also
FormComponent<TProperties, TValue>