Gets or sets row selection settings.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public GridControlSelectionSettings SettingsSelection { get; set; } |
| Visual Basic |
|---|
Public Property SettingsSelection As GridControlSelectionSettings
Get
Set |
| Visual C++ |
|---|
public:
property GridControlSelectionSettings^ SettingsSelection {
GridControlSelectionSettings^ get ();
void set (GridControlSelectionSettings^ value);
} |
| F# |
|---|
member SettingsSelection : GridControlSelectionSettings with get, set
|
Property Value
Type:
GridControlSelectionSettingsRow selection settings.
See Also