C1.WPF.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderInputButtonBase Class / DataBinding Property

In This Topic
DataBinding Property (RenderInputButtonBase)
In This Topic
Gets an instance of C1.C1Preview.DataBinding.C1DataBinding class representing the data binding properties of the current object.
Syntax
'Declaration
 
Public ReadOnly Property DataBinding As C1DataBinding
 
Remarks
This property always returns a C1.C1Preview.DataBinding.C1DataBinding object, initializing it if if has not been initialized yet. Use RenderObject.DataBindingDefined to test whether the current object is data bound without initializing DataBinding.
See Also