Class CalendarCellValue
- Namespace
- BootstrapBlazor.Components
- Assembly
- BootstrapBlazor.dll
日历组件单元格值结构体
public class CalendarCellValue
- Inheritance
-
CalendarCellValue
- Inherited Members
- Extension Methods
Constructors
CalendarCellValue()
public CalendarCellValue()
Properties
CalendarValue
获得/设置 日历框组件值
public DateTime CalendarValue { get; set; }
Property Value
CellValue
获得/设置 当前单元格值
public DateTime CellValue { get; set; }
Property Value
DefaultCss
获得/设置 单元格默认样式
public string? DefaultCss { get; set; }