DayViewTimeCells.StatusLineWidth Property
Gets or sets the width of Status Lines for the Day View (measured in pixels).
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer that specifies the status line width in pixels. |
Remarks
If the StatusLineWidth value is 0 (default), the column painter specifies it independently. You can set it to 1, to make the status bar almost invisible.
See Also