Click or drag to resize

IDataColumnController Interface

Signifies that this controller is controlling a row selection with one data column.

Namespace: Altaxo.Gui.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IDataColumnController

The IDataColumnController type exposes the following members.

Properties
 NameDescription
Public propertyColumn Gets the controlled column.
Public propertyColumnName Gets the name of the controlled column.
Top
Methods
 NameDescription
Public methodSetDataColumn Sets the controlled data column.
Public methodSetIndex Sets the index of this controller. Can be used in the view to show the index of the data column. The same index is shown in the data column view again. In this way the column in the row selection can be matched with the column in the data column view.
Top
See Also