StyleListControllerTManager, TList, TItemIsItemEditable Method |
Determines whether the specified item can be edited.
Namespace: Altaxo.Gui.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual bool IsItemEditable(
IImmutable item
)
Parameters
- item IImmutable
- The item to inspect.
Return Value
Boolean if the item can be edited; otherwise,
.
See Also