Exemplo n.º 1
0
        internal abstract void StoreChangedValue(string newValue, CountryConfig.SystemRow systemRow); //overtake user changes to data-row (this function is called by the Actions started by HandleValueChanged)

        internal virtual string GetFunctionSpecifier(DevExpress.XtraTreeList.GetPreviewTextEventArgs eventArgs)
        {
            return(string.Empty);
        }
Exemplo n.º 2
0
 private void treeList1_GetPreviewText(object sender, DevExpress.XtraTreeList.GetPreviewTextEventArgs e)
 {
     CreateNodes(e.Node);
 }