Gets or sets a value indicating whether the paging controls are displayed in a C1GridView control.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[DefaultValueAttribute(true)]
[JsonAttribute(true, true, true)]
[NotifyParentPropertyAttribute(true)]
public bool Visible { get; set; }
Visual Basic
<DefaultValueAttribute(True)> _
<JsonAttribute(True, True, True)> _
<NotifyParentPropertyAttribute(True)> _
Public Property Visible As Boolean
	Get
	Set

See Also