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

RepositoryItemDateEdit.ShowYearNavigationButtons Property

Gets or sets the visibility of buttons that let an end-user navigate between years.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(DefaultBoolean.Default)]
[DXCategory("Appearance")]
public DefaultBoolean ShowYearNavigationButtons { get; set; }

Property Value

Type Default Description
DefaultBoolean **Default**

A DefaultBoolean enumeration value that specifies the visibility of buttons that let an end-user navigate between years.

Available values:

Name Description
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

The DateEdit control can display the navigation buttons that allow an end-user navigate through years. See the figure below.

DateEdit_ShowYearButtons

By default, these buttons are shown in Classic mode, and hidden in Vista mode (see RepositoryItemDateEdit.CalendarView). The ShowYearNavigationButtons property allows you to explicitly specify whether to show the buttons.

This property is not in effect for the calendar in TouchUI mode (see RepositoryItemDateEdit.CalendarView).

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ShowYearNavigationButtons property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also