Gets the Row for which the state of expansion button should be specified.

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

Syntax

C#
public Row Row { get; }
Visual Basic
Public ReadOnly Property Row As Row
	Get
Visual C++
public:
property Row^ Row {
	Row^ get ();
}
F#
member Row : Row with get

Property Value

Type: Row
Row.

See Also