C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / DataBindingModeEnum Enumeration

DataBindingModeEnum Enumeration
Flags defining data binding mode.
Syntax
'Declaration
 
Public Enum DataBindingModeEnum 
   Inherits System.Enum
 
Members
MemberDescription
InternalSome internal parts of the object are data bound, for example if a group of rows within a RenderTable is data bound, this flag is on.
ListThe object is bound to a valid data source via its RenderObject.DataBinding property.
NoneThe object is not data bound.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.C1Preview.DataBindingModeEnum

See Also