Property DisplayKeys
DisplayKeys
Gets the display keys of all rows in the table.
public string[] DisplayKeys { get; }
Property Value
- string[]
The display keys of all the rows in the table.
Remarks
The implementation of this property uses the GetKeys extension method defined in the NotifyProtocol class.