Back to Devexpress

AgendaView.TableViewStyle Property

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

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

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

Property Value

TypeDescription
Style

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

|

Remarks

Target type: TableView.

See Also

GridControlStyle

AgendaView Class

AgendaView Members

DevExpress.Xpf.Scheduling Namespace