Gets or sets row selection settings.

Namespace: Dapfor.Wpf.Controls
Assembly: 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: GridControlSelectionSettings
Row selection settings.

See Also