Gets a value indicating whether this
Row is the lastest visible child in its parent.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
| C# |
|---|
public bool IsLastVisibleChild { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsLastVisibleChild As Boolean
Get |
| Visual C++ |
|---|
public:
property bool IsLastVisibleChild {
bool get ();
} |
| F# |
|---|
member IsLastVisibleChild : bool with get
|
Property Value
Type:
Booleantrue if this
Row is the lastest visible child; otherwise,
false.
See Also