Click or drag to resize

KryptonWorkspaceReadCellElement Method

Read cell details from xml during load process.

Namespace:  Internal.ComponentFactory.Krypton.Workspace
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public virtual string ReadCellElement(
	XmlReader xmlReader,
	KryptonWorkspaceCell cell
)

Parameters

xmlReader
Type: System.XmlXmlReader
XmlReader to use for loading.
cell
Type: Internal.ComponentFactory.Krypton.WorkspaceKryptonWorkspaceCell
Reference to cell.

Return Value

Type: String
Unique name of the selected page inside the cell.
See Also