Back to Devexpress

SchedulerViewBase.GroupSeparatorSize Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulerviewbase-32736b5d.md

latest1.4 KB
Original Source

SchedulerViewBase.GroupSeparatorSize Property

Specifies the width of the line between groups when the scheduler is grouped by dates or resources.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public double GroupSeparatorSize { get; set; }
vb
Public Property GroupSeparatorSize As Double

Property Value

TypeDescription
Double

The width of the line between groups, in pixels.

|

Remarks

Note

The GroupSeparatorSize property is not in effect in the Timeline view if the TimelineView.ViewMode property is set to Standard.

See Also

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.Xpf.Scheduling Namespace