Back to Devexpress

DayView.RowHeight Property

windowsforms-devexpress-dot-xtrascheduler-dot-dayview-a2a07c75.md

latest1.3 KB
Original Source

DayView.RowHeight Property

Gets or sets the height of time cells in the working area.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(0)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public int RowHeight { get; set; }
vb
<DefaultValue(0)>
<XtraSerializableProperty(XtraSerializationFlags.DefaultValue)>
Public Property RowHeight As Integer

Property Value

TypeDefaultDescription
Int320

An integer, specifying the cell height, in pixels.

|

Remarks

If the property value is set to 0 (default), then the XtraScheduler calculates the appropriate cell height automatically.

See Also

DayView Class

DayView Members

DevExpress.XtraScheduler Namespace