Back to Devexpress

CustomDrawDayNumberCellEventArgs.IsPressed Property

windowsforms-devexpress-dot-xtraeditors-dot-calendar-dot-customdrawdaynumbercelleventargs-255625cc.md

latest1.2 KB
Original Source

CustomDrawDayNumberCellEventArgs.IsPressed Property

Gets whether the cell is currently pressed.

Namespace : DevExpress.XtraEditors.Calendar

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool IsPressed { get; }
vb
Public ReadOnly Property IsPressed As Boolean

Property Value

TypeDescription
Boolean

true if the cell is currently pressed; otherwise, false.

|

See Also

CustomDrawDayNumberCellEventArgs Class

CustomDrawDayNumberCellEventArgs Members

DevExpress.XtraEditors.Calendar Namespace