Skip to main content

GridCellStyle

Represents grid cell style.

Constructors

new GridCellStyle()

new GridCellStyle(dart): GridCellStyle

Parameters

ParameterType
dartany

Returns

GridCellStyle

Source

src/grid.ts:1064

Properties

PropertyType
dartany

Accessors

backColor

get backColor(): number

Background color (RGBA-encoded)

set backColor(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

src/grid.ts:1091


backColorHtml

get backColorHtml(): string

Returns

string

Source

src/grid.ts:1093


element

get element(): HTMLElement

DOM Element to put in the cell

set element(x): void

Parameters

ParameterType
xHTMLElement

Returns

HTMLElement

Source

src/grid.ts:1096


font

get font(): string

Font. Example: 12px Verdana

set font(x): void

Parameters

ParameterType
xstring

Returns

string

Source

src/grid.ts:1073


horzAlign

get horzAlign(): null | HorzAlign

set horzAlign(x): void

Parameters

ParameterType
xnull | HorzAlign

Returns

null | HorzAlign

Source

src/grid.ts:1076


marginLeft

get marginLeft(): number

set marginLeft(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

src/grid.ts:1082


marker

get marker(): string

set marker(x): void

Parameters

ParameterType
xstring

Returns

string

Source

src/grid.ts:1079


textColor

get textColor(): number

Text color (RGBA-encoded)

set textColor(x): void

Parameters

ParameterType
xnumber

Returns

number

Source

src/grid.ts:1086


textColorHtml

get textColorHtml(): string

Returns

string

Source

src/grid.ts:1088


textVertical

get textVertical(): boolean

Vertical text orientation

set textVertical(x): void

Parameters

ParameterType
xboolean

Returns

boolean

Source

src/grid.ts:1100

Methods

create()

static create(): GridCellStyle

Returns

GridCellStyle

Source

src/grid.ts:1068