TechTalk Genome v4.2

MinimizablePanel.Minimized Property

Gets or sets a value indicating whether the panel is minimised hiding its content.

[DefaultValue(Value="False")]
public bool Minimized {get; set;}

Property Value

true to indicate that the panel is minimised; otherwise, false. The default is false.

Requirements

Namespace: TechTalk.Genome.Extensions.Web.UI.Controls

Assembly: TechTalk.Genome.Extensions.Web (in TechTalk.Genome.Extensions.Web.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

MinimizablePanel Class | TechTalk.Genome.Extensions.Web.UI.Controls Namespace