Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, 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