WebPart.IsStandalone Property

Definition

Gets a value that indicates whether a WebPart control is standalone, meaning that it is not contained within a WebPartZoneBase zone.

public:
 property bool IsStandalone { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsStandalone { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsStandalone : bool
Public ReadOnly Property IsStandalone As Boolean

Property Value

true if the WebPart control is not contained in a WebPartZoneBase zone; otherwise, false.

Attributes

Applies to

See also