WolvSettApplyer needed in order to uniformly handle the application settings to WOLV on the whole project. It comes with Flexberry ASP.NET but it can be modified to meet specific project needs.

Mission operations for WOLV in the form LookUp’and

If you want to change WOLV on the form LookUp’a, it is necessary to use the following code in WolvSettApplyer:

/// <summary> 
/// Default method must be empty (all should be in the WOLV-e to initialize) 
/// Application programmers themselves to finish the logic here. 
/// </summary> 
/// <param name="wolv"></param> 
public void SettingsApply(WebObjectListView wolv)
{
  ...
  if (wolv.ID.Equals(LookUpForm.WebObjectListViewID))
  {
    // LookUpForm it WOLV 
  }
  ...
}