column-control
Last updated
Was this helpful?
Last updated
Was this helpful?
This is the base class for all column components.
ColumnControlComponent extends .
Property
Get/Set
Notify Changes
Details
columnId: number
Yes/No
No
Get the columnId for the control.
disabled: boolean
Yes/No
No
Returns the enabled value of the model.
displayOnly: boolean
Yes/No
No
Returns the DisplayOnly value of the model.
modelData: any
Yes/Yes
No
Returns the component modelData.
name: string
Yes/Yes
No
protect: boolean
Yes/Yes
No
Returns the protect value of the model.
required: boolean
Yes/Yes
No
Returns the required value of the model.
tabSequence: number
Yes/Yes
No
Returns the required value of the model.
text: string
Yes/No
Yes
Sets the text value of the model.
visible: boolean
Yes/Yes
No
visualControlType: StyleType
Yes/No
No
Get the style type for the current column.
Event
Supported
Parameter
Details
doubleclick
Yes
$event: any
Triggers doubleclick
Event.
itemchanged
Yes
$event: any
Triggers itemchanged
Event.
losefocus
Yes
$event: any
Triggers losefocus
Event.
Inherited from BaseControlComponent
Inherited from BaseControlComponent .