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.3179.0 (4.8.3179.0)
Syntax
C#
public interface IDataColumnController

The IDataColumnController type exposes the following members.

Properties
 NameDescription
Public propertyColumn 
Public propertyColumnName 
Top
Methods
 NameDescription
Public methodSetDataColumn 
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