IBindingProperty
- Last UpdatedMar 12, 2021
- 1 minute read
IBindingProperty is the interface for the custom control.
Definition of IBindingProperty
public interface IBindingProperty
{
string RenderBinding(object bindingHelper);
}
IBindingProperty is the interface for the custom control.
public interface IBindingProperty
{
string RenderBinding(object bindingHelper);
}