Back to Devexpress

CalendarControlBase.TodayDayCellFrameColor Property

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

latest2.2 KB
Original Source

CalendarControlBase.TodayDayCellFrameColor Property

OBSOLETE

Use the CalendarAppearance.DayCellToday.BorderColor property instead.

Gets or sets the border color of the Today cell.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("Use the CalendarAppearance.DayCellToday.BorderColor property instead.")]
public Color TodayDayCellFrameColor { get; set; }
vb
<Obsolete("Use the CalendarAppearance.DayCellToday.BorderColor property instead.")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property TodayDayCellFrameColor As Color

Property Value

TypeDescription
Color

The border color of the Today cell.

|

Remarks

This property is obsolete. Use the CalendarAppearance.DayCellToday.BorderColor property instead.

See Also

HighlightTodayCell

TodayDate

ShowTodayButton

CalendarAppearance

CalendarControlBase Class

CalendarControlBase Members

DevExpress.XtraEditors.Controls Namespace