Gets a value indicating whether this Row is visible.

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

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: Boolean
true if visible; otherwise, false.

Remarks

Visible row can't be Filtered and can not be collapsed by its parent.

See Also