Class UiGlobalSettings
Global settings for the UI.
public class UiGlobalSettings : SettingsBase, INotifyPropertyChanged
- Inheritance
-
UiGlobalSettings
- Implements
- Inherited Members
- Extension Methods
Properties
DetailGridMinHeight
public double DetailGridMinHeight { get; set; }
Property Value
FormColumnCount
public int FormColumnCount { get; set; }
Property Value
FormColumnWidth
public double FormColumnWidth { get; set; }
Property Value
FormImageHeight
public int FormImageHeight { get; set; }
Property Value
FormImageStretch
public Stretch FormImageStretch { get; set; }
Property Value
- Stretch
FormMaxControlsPerColumn
public int FormMaxControlsPerColumn { get; set; }
Property Value
FormMemoRowCount
public int FormMemoRowCount { get; set; }
Property Value
ShowDataFormFactBoxPane
When true then the DataForm FactBox pane is shown initially.
public bool ShowDataFormFactBoxPane { get; set; }
Property Value
ShowDataFormLog
When true then the DataForm log is shown.
public bool ShowDataFormLog { get; set; }
Property Value
ShowIdColumnsInGrids
When false then columns ending with Id are not visible.
public bool ShowIdColumnsInGrids { get; set; }
Property Value
ShowLocatorGridFilterPanel
When true then locator grid dropdowns display a filter panel.
public bool ShowLocatorGridFilterPanel { get; set; }
Property Value
Events
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged