FilterRepeater.Visible Property

Definition

Gets or sets a value that specifies whether the control is displayed.

public:
 virtual property bool Visible { bool get(); void set(bool value); };
public override bool Visible { get; set; }
member this.Visible : bool with get, set
Public Overrides Property Visible As Boolean

Property Value

true if the control is displayed; otherwise false.

Applies to