GetRowVisibility determines the Visibility of a row in the table

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
protected override bool GetRowVisibility(
	Object obj
)
Visual Basic
Protected Overrides Function GetRowVisibility ( 
	obj As Object
) As Boolean

Parameters

obj
Type: System..::..Object
The property

Return Value

returnsM:DotNetNuke.UI.WebControls.CollectionEditorControl.GetRowVisibility(System.Object)

See Also