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