Header Cell
Represents a header cell.
Namespace: LSOne.Controls.Cells
Assembly: LSOne.Controls.ListView
Syntax
public class HeaderCell : Cell
Constructors
Name | Description |
---|---|
HeaderCell() | Default constructor. Initializes a new instance of the HeaderCell class |
Properties
Name | Description |
---|---|
Image | Gets or sets the image |
NoTextWhenSmall | Gets or sets if cell text is displayed if the cell width is small (less than 16px) |
Remarks
It is internally used by the ListView for the header row.