DataBindingDefined Property (RenderParagraph) | PrintDocument for WinForms | ComponentOne
C1.PrintDocument.8 Assembly / C1.C1Preview Namespace / RenderParagraph Class / DataBindingDefined Property

In This Topic
DataBindingDefined Property (RenderParagraph)
In This Topic
Gets a value indicating whether the current object is data bound. Returns true if the object's RenderObject.DataBinding property has been initialized and its C1.C1Preview.DataBinding.C1DataBinding.Mode is not DataBindingModeEnum.None.
Syntax
'Declaration
 
Public ReadOnly Property DataBindingDefined As Boolean
 
See Also