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

Method ColumnSortable

models.go:544–544  ·  view source on GitHub ↗

ColumnSortable returns whether column col is sortable.

(col int)

Source from the content-addressed store, hash-verified

542type Sorter interface {
543 // ColumnSortable returns whether column col is sortable.
544 ColumnSortable(col int) bool
545
546 // Sort sorts column col in order order.
547 //

Callers 3

RestoreStateMethod · 0.65
lvWndProcMethod · 0.65
ColumnSortableMethod · 0.65

Implementers 1

SorterBasemodels.go

Calls

no outgoing calls

Tested by

no test coverage detected