HtmlForgeX

API Reference

Class

EmailDateStrip

Namespace HtmlForgeX.Email
Assembly HtmlForgeX.Email
Base Element
Implements

Compact horizontal date strip (e.g., week view) for emails.

Inheritance

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Methods

AddDay 2 overloads
public EmailDateStrip AddDay(String number, String label, Boolean selected = false, String href = null) #
Returns: EmailDateStrip

Adds a day.

Parameters

number System.String requiredposition: 0
label System.String requiredposition: 1
selected System.Boolean = false optionalposition: 2
href System.String = null optionalposition: 3
public EmailDateStrip AddDay(Action<EmailDateStripDay> configure) #
Returns: EmailDateStrip

Adds a day configured via callback.

Parameters

configure System.Action{HtmlForgeX.Email.EmailDateStripDay} requiredposition: 0
public override String ToString() #
Returns: String

Properties

public List<EmailDateStripDay> Days { get; } #

Days displayed in the strip.

public String CellPadding { get; set; } #

Cell padding.

public String ChipRadius { get; set; } #

Corner radius for day chips.

public String ChipBackgroundColor { get; set; } #

Default chip background.

public String ChipBorderColor { get; set; } #

Default chip border color.

public String SelectedBackgroundColor { get; set; } #

Selected chip background.

public String SelectedBorderColor { get; set; } #

Selected chip border color.

public String NumberColor { get; set; } #

Day number color.

public String LabelColor { get; set; } #

Day label color.