Skip to main content

AgendaView.TableViewStyle Property

Gets or sets the style applied to a TableView 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 TableViewStyle { get; set; }

Property Value

Type Description
Style

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

Remarks

Target type: TableView.

See Also