Click or drag to resize

StyleListControllerTManager, TList, TItemIsItemEditable Method

Determines whether the specified item can be edited.

Namespace: Altaxo.Gui.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected virtual bool IsItemEditable(
	IImmutable item
)

Parameters

item  IImmutable
The item to inspect.

Return Value

Boolean
if the item can be edited; otherwise, .
See Also