Back to Devexpress

AgendaView.GridControlStyle Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-agendaview-fb0aab87.md

latest1.3 KB
Original Source

AgendaView.GridControlStyle Property

Gets or sets the style applied to a GridControl object used by the view. This is a dependency property.

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public Style GridControlStyle { get; set; }
vb
Public Property GridControlStyle As Style

Property Value

TypeDescription
Style

A System.Windows.Style object providing corresponding style settings.

|

Remarks

Target type: GridControl.

See Also

TableViewStyle

AgendaView Class

AgendaView Members

DevExpress.Xpf.Scheduling Namespace