Gets or sets default values for the current instance of the
GridControl.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public GridControlDefaults SettingsDefaults { get; set; } |
Visual Basic |
---|
Public Property SettingsDefaults As GridControlDefaults
Get
Set |
Visual C++ |
---|
public:
property GridControlDefaults^ SettingsDefaults {
GridControlDefaults^ get ();
void set (GridControlDefaults^ value);
} |
F# |
---|
member SettingsDefaults : GridControlDefaults with get, set
|
Property Value
Type:
GridControlDefaultsDefault preferences of the
GridControl.
See Also