MCPcopy Index your code
hub / github.com/lxn/walk / DataMemberEffective

Method DataMemberEffective

tableviewcolumn.go:76–82  ·  view source on GitHub ↗

DataMemberEffective returns the effective data member this TableViewColumn is bound against.

()

Source from the content-addressed store, hash-verified

74// DataMemberEffective returns the effective data member this TableViewColumn is
75// bound against.
76func (tvc *TableViewColumn) DataMemberEffective() string {
77 if tvc.dataMember != "" {
78 return tvc.dataMember
79 }
80
81 return tvc.name
82}
83
84// SetDataMember sets the data member this TableViewColumn is bound against.
85func (tvc *TableViewColumn) SetDataMember(dataMember string) {

Callers 2

TitleEffectiveMethod · 0.95
SetModelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected