DataNavigatorItem(String) Property

This can be used to get the value of the specified column in the currently selected item

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Object this[
	string colName
] { get; }

Parameters

colName  String
The column name of the item to get. This can be any column in the data source, not just those displayed by the bound controls in the parent.

Property Value

Object
This returns the entry at the specified column in the currently selected item. If there is no data source or the column cannot be found, this returns null.

See Also