Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public Style GridControlStyle { get; set; }

Property Value

Type Description
Style

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

Remarks

Target type: GridControl.

See Also