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

Method SetDataMember

tableviewcolumn.go:85–87  ·  view source on GitHub ↗

SetDataMember sets the data member this TableViewColumn is bound against.

(dataMember string)

Source from the content-addressed store, hash-verified

83
84// SetDataMember sets the data member this TableViewColumn is bound against.
85func (tvc *TableViewColumn) SetDataMember(dataMember string) {
86 tvc.dataMember = dataMember
87}
88
89// Format returns the format string for converting a value into a string.
90func (tvc *TableViewColumn) Format() string {

Callers 1

CreateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected