Back to Devexpress

AgendaView.GroupSeparatorWidth Property

windowsforms-devexpress-dot-xtrascheduler-dot-agendaview-f91bf8ee.md

latest1.2 KB
Original Source

AgendaView.GroupSeparatorWidth Property

Overrides the property of the base class to hide it. Has no effect for the Agenda view.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int GroupSeparatorWidth { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property GroupSeparatorWidth As Integer

Property Value

Type
Int32

See Also

AgendaView Class

AgendaView Members

DevExpress.XtraScheduler Namespace