GridItem.Expanded Property

Definition

When overridden in a derived class, gets or sets a value indicating whether the GridItem is in an expanded state.

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

Property Value

false in all cases.

Exceptions

The Expanded property was set to true, but a GridItem is not expandable.

Applies to