XCol<T> constructor
XCol<T> (
- String colKey,
- String colCaption,
- double width,
- XProp xmodelXprop, {
- int height = 0,
- int visPos = 0,
- int maxLenght = 0,
- String toolTip = "",
- int resizeStyle = 0,
- String format = "",
- bool readOnly = false,
- bool? sorted,
- bool multilines = false,
- double minWidth = 15,
- double maxWidth = 400,
- String headerToolTip = "",
- int visiblePosition = 0,
- bool summarize = false,
- int originX = 0,
- int originY = 0,
- int spanX = 0,
- int spanY = 2,
- bool forceMyColor = false,
- Alignment labelTxtHAlign = Alignment.center,
- Alignment txtHAlign = Alignment.centerLeft,
Implementation
XCol(
this.colKey,
this.colCaption,
this.width,
this.xmodelXprop, {
this.height = 0,
this.visPos = 0,
this.maxLenght = 0,
this.toolTip = "",
this.resizeStyle = 0,
this.format = "",
this.readOnly = false,
this.sorted,
this.multilines = false,
this.hidden = false,
this.minWidth = 15,
this.maxWidth = 400,
this.headerToolTip = "",
this.visiblePosition = 0,
this.summarize = false,
this.originX = 0,
this.originY = 0,
this.spanX = 0,
this.spanY = 2,
this.forceMyColor = false,
this.labelTxtHAlign = Alignment.center,
this.txtHAlign = Alignment.centerLeft,
}) : super(columnName: colKey, label: Container());