Gets or sets a value indicating whether the grid should handle CurrentChanged event that causes selection changing and ensures the current row visible.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
[ObsoleteAttribute]
public bool HandleCurrentChangedEvent { get; set; }
Visual Basic
<ObsoleteAttribute>
Public Property HandleCurrentChangedEvent As Boolean
	Get
	Set
Visual C++
public:
[ObsoleteAttribute]
property bool HandleCurrentChangedEvent {
	bool get ();
	void set (bool value);
}
F#
[<ObsoleteAttribute>]
member HandleCurrentChangedEvent : bool with get, set

Property Value

Type: Boolean
true if the grid handles CurrentChanged event; otherwise, false.

See Also