[]
        
(Showing Draft Content)

C1.C1Preview.RenderObject.DataBinding

DataBinding Property

DataBinding

Gets an instance of C1DataBinding class representing the data binding properties of the current object.

Declaration
public C1DataBinding DataBinding { get; }
Remarks

This property always returns a C1DataBinding object, initializing it if if has not been initialized yet. Use DataBindingDefined to test whether the current object is data bound without initializing DataBinding.

See Also