Data binding settings.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public sealed class GridControlDataBindingSettings : INotifyPropertyChanged,
ICloneable |
Visual Basic |
---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public NotInheritable Class GridControlDataBindingSettings
Implements INotifyPropertyChanged, ICloneable |
Visual C++ |
---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class GridControlDataBindingSettings sealed : INotifyPropertyChanged,
ICloneable |
F# |
---|
[<SealedAttribute>]
[<TypeConverterAttribute(typeof(ExpandableObjectConverter))>]
type GridControlDataBindingSettings =
class
interface INotifyPropertyChanged
interface ICloneable
end |
Inheritance Hierarchy
See Also