Back to Devexpress

CalendarControlBase.View Property

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-calendarcontrolbase-ac76b2b0.md

latest1.4 KB
Original Source

CalendarControlBase.View Property

Gets or sets the current date grouping View. This member supports the internal infrastructure, and is not intended to be used directly from your code.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual DateEditCalendarViewType View { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property View As DateEditCalendarViewType

Property Value

Type
DevExpress.XtraEditors.Controls.DateEditCalendarViewType

See Also

VistaCalendarViewStyle

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace