ListView.multicellEditEnable

Enables or disables editing for multiple cells. If disabled, the first cell with editing enabled will be able to be edited.

  1. bool multicellEditEnable [@property setter]
    class ListView
    public @property @nogc @safe pure nothrow
    bool
    multicellEditEnable
    (
    bool val
    )
  2. bool multicellEditEnable [@property getter]

Meta