public LOSTreeListColumn(string fieldName, string caption, LOSTreeListColumnType columnType) : this(fieldName, caption) { this.ColumnType = columnType; }
public LOSTreeListColumn(string fieldName, LOSTreeListColumnType columnType) : this(fieldName) { this.ColumnType = columnType; }