Gets a value indicating whether this Row is visible.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public bool Visible { get; } |
Visual Basic |
---|
Public ReadOnly Property Visible As Boolean Get |
Visual C++ |
---|
public: property bool Visible { bool get (); } |
F# |
---|
member Visible : bool with get |
Property Value
Type: Booleantrue if visible; otherwise, false.
Remarks
Visible row can't be Filtered and can not be collapsed by its parent.
Thread Safety
The function is thread safe.