Collection of default settings of GridControl.

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

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

System..::..Object
  Dapfor.Wpf.Controls..::..GridControlDefaults

See Also