Back to Devexpress

HorizontalWeek.CanGrow Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-horizontalweek-70dabd89.md

latest1.7 KB
Original Source

HorizontalWeek.CanGrow Property

Gets or sets whether the cell’s height can grow to display the contents in full.

Namespace : DevExpress.XtraScheduler.Reporting

Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

csharp
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
[XtraSerializableProperty]
public override bool CanGrow { get; set; }
vb
<Browsable(True)>
<EditorBrowsable(EditorBrowsableState.Always)>
<XtraSerializableProperty>
Public Overrides Property CanGrow As Boolean

Property Value

TypeDescription
Boolean

true if the cell’s height can grow to fit its content; otherwise, false.

|

Remarks

When the CanGrow property is set to true , the cell’s height will be automatically increased if required, so that all data it contains becomes visible.

See Also

CanShrink

HorizontalWeek Class

HorizontalWeek Members

DevExpress.XtraScheduler.Reporting Namespace