Back to Devexpress

RepositoryItemDateEdit.AppearanceDropDownDisabledDate Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemdateedit-9eae5358.md

latest2.3 KB
Original Source

RepositoryItemDateEdit.AppearanceDropDownDisabledDate Property

Provides access to the appearance settings used to paint disabled dates in the editor’s drop-down.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public virtual AppearanceObject AppearanceDropDownDisabledDate { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DXCategory("Appearance")>
Public Overridable ReadOnly Property AppearanceDropDownDisabledDate As AppearanceObject

Property Value

TypeDescription
AppearanceObject

An AppearanceObject that specifies appearance settings used to paint disabled dates in the editor’s drop-down.

|

Remarks

This property is in sync with the DayCellDisabled property provided by the RepositoryItemDateEdit.AppearanceCalendar object.

To disable certain dates, handle the RepositoryItemDateEdit.DisableCalendarDate event.

See Also

DateEdit.DisableCalendarDate

RepositoryItemDateEdit.DisableCalendarDate

RepositoryItemDateEdit Class

RepositoryItemDateEdit Members

DevExpress.XtraEditors.Repository Namespace