Table of Contents

Class DateTimeRangeSidebarItem

Namespace
BootstrapBlazor.Components
Assembly
BootstrapBlazor.dll

DateTimeRange 组件侧边栏快捷项目类

public class DateTimeRangeSidebarItem
Inheritance
DateTimeRangeSidebarItem
Inherited Members
Extension Methods

Constructors

DateTimeRangeSidebarItem()

public DateTimeRangeSidebarItem()

Properties

EndDateTime

获得/设置 开始时间

public DateTime EndDateTime { get; set; }

Property Value

DateTime

StartDateTime

获得/设置 开始时间

public DateTime StartDateTime { get; set; }

Property Value

DateTime

Text

获得/设置 快捷项目文本

public string? Text { get; set; }

Property Value

string