Gets a value indicating whether this
Row is the first 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 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