Click or drag to resize

EditableListCellOptions Properties

The EditableListCellOptions type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundImage
Gets the background image defined by the current style.
Public propertyCaption
Gets or sets the caption.
(Inherited from EditableListColumnOptions.)
Public propertyCssClass
Gets or sets the cascading style sheet (CSS) class rendered by the Web server control on the client.
(Inherited from EditableListColumnOptions.)
Public propertyHeight
Gets or sets the height of the column.
(Inherited from EditableListColumnOptions.)
Public propertyHorizontalAlign
Gets or sets the horizontal alignment of the contents within its container.
Public propertyIndex
Gets or sets a value indicating column index.
(Inherited from EditableListColumnOptions.)
Public propertyTooltip
Gets or sets the column header's tooltip text.
(Inherited from EditableListColumnOptions.)
Public propertyVerticalAlign
Gets or sets the vertical alignment of the contents in its container.
Public propertyVisible
Gets or sets a value that indicates whether a column is visible.
(Inherited from EditableListColumnOptions.)
Public propertyWidth
Gets or sets the width of the column.
(Inherited from EditableListColumnOptions.)
Top
See Also