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