Click or drag to resize

EditableListColumnCellOptions Property

Gets the style settings used to paint column cells.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
public EditableListCellOptions CellOptions { get; set; }

Property Value

Type: EditableListCellOptions
A EditableListCellOptions object that contains the style settings used to paint column cells.

Return Value

Type: EditableListCellOptions
Remarks
Use the EditableListCellOptions property to specify the appearance of cells within an individual column.
See Also