ClForms.Common.ColumnHeader
Represents a single column header in a ListView control
public class ColumnHeader<T>
| Syntax |
Description |
| ColumnHeader(string text, Func<T, string> displayMember, int? width, TextAlignment alignment) |
Initialize a new instance ColumnHeader |
| Name |
Type |
Description |
| Alignment |
TextAlignment |
Gets or sets the horizontal alignment of the content |
| DisplayMember |
Func<T, string> |
Gets or sets the property to display in control column |
| Text |
string |
Gets or sets the text displayed in the column header |
| Width |
int? |
Gets or sets the width of the column |