Class BindingCreatingEventArgs
Inheritance
System.Object
BindingCreatingEventArgs
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class BindingCreatingEventArgs : CancelEventArgs
Constructors
BindingCreatingEventArgs(Control, String, Object, String)
Declaration
public BindingCreatingEventArgs(Control control, string propertyName, object propertyDataSource, string dataMember)
Parameters
System.Windows.Forms.Control
control
|
System.String
propertyName
|
System.Object
propertyDataSource
|
System.String
dataMember
|
BindingCreatingEventArgs(Control, String, Object, String, Boolean)
Declaration
public BindingCreatingEventArgs(Control control, string propertyName, object propertyDataSource, string dataMember, bool formattingEnabled)
Parameters
System.Windows.Forms.Control
control
|
System.String
propertyName
|
System.Object
propertyDataSource
|
System.String
dataMember
|
System.Boolean
formattingEnabled
|
Properties
Control
Declaration
public Control Control { get; }
Property Value
System.Windows.Forms.Control
|
DataMember
Declaration
public string DataMember { get; set; }
Property Value
System.String
|
FormattingEnabled
Declaration
public bool FormattingEnabled { get; set; }
Property Value
System.Boolean
|
PropertyDataSource
Declaration
public object PropertyDataSource { get; }
Property Value
System.Object
|
PropertyName
Declaration
public string PropertyName { get; set; }
Property Value
System.String
|