Click or drag to resize

DataTablesAggregationOptionsControllerGetSubControllers Method

Enumerates the sub controllers. This function is called on Dispose(Boolean) of this controller to dispose the sub controllers too. By overriding this function, there is no need to override Dispose(Boolean).

Namespace: Altaxo.Gui.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public override IEnumerable<ControllerAndSetNullMethod> GetSubControllers()

Return Value

IEnumerableControllerAndSetNullMethod
An enumeration of controller/set-null-method pairs.
See Also