| 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; }
<BindableAttribute(true)>
Public Property CellOptions As EditableListCellOptions
Get
Set
Property Value
Type:
EditableListCellOptionsA EditableListCellOptions object that contains the style settings used to paint column cells.
Return Value
Type:
EditableListCellOptionsRemarks Use the EditableListCellOptions property to specify the appearance of cells within an individual column.
See Also