HtmlForgeX

API Reference

Enum

DtBorderStyle

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
EditorBrowsable(1) Obsolete("Use LineStyle instead.")

Legacy DataTables border styles preserved for compatibility.

Inheritance

  • Enum
  • DtBorderStyle

Usage

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

Accepted by parameters

Values

public const DtBorderStyle None #

No border.

Value: 0
public const DtBorderStyle Solid #

Solid border.

Value: 1
public const DtBorderStyle Dashed #

Dashed border.

Value: 2
public const DtBorderStyle Dotted #

Dotted border.

Value: 3

Extension Methods

public static LineStyle ToLineStyle(DtBorderStyle style) #
Returns: LineStyle

Converts the legacy enum to the shared LineStyle.

Parameters

style HtmlForgeX.DtBorderStyle requiredposition: 0