column-control
This is the base class for all column components.
Implementation Details
Class inheritance
ColumnControlComponent extends BaseControlComponent.
Support
Properties
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.
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.
visualControlType: StyleType
Yes/No
No
Get the style type for the current column.
Events
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.
Last updated