Fundamentals
Components
Code Utilities
Demo
BcDateCard
Description
The BcDateCard component provides an interactive date picker inside a card. It allows users to select a date using a contextual menu.
Parameters
Title
string?
The main title text displayed in the date card.
SubTitle
string?
The subtitle text displayed below the title in the date card.
CardType
BcCardType
Specifies the type of the card, affecting its styling.
StatusColor
BcStatusColor
Determines the status color of the date card, which affects its visual appearance.
Methods
SelectedDateChanged ( DateOnly value, ContextMenuEvents ctx )
Updates the selected date value, closes the context menu, and triggers field change notifications.
void
Sample
This is a CalendarDateCard.
Clicking on this Card allows you to set a CalendarDate