Click or drag to resize

PageConfigurationUIDataGridConfiguration Property

Data grid of configuration

Namespace:  SOWIWin.Helper
Assembly:  SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public DataGrid DataGridConfiguration { get; set; }

Property Value

Type: DataGrid
Examples
This example reads the selected data item
var lItem = (DataItemClass)this.PageConfigurationUI.DataGridConfiguration.SelectedItem;
lItem = this.Configuration.GetByName(lItem.Name);
See Also