Table of Contents

Class UiGlobalSettings

Namespace
Tripous.Desktop
Assembly
Tripous.Desktop.dll

Global settings for the UI.

public class UiGlobalSettings : SettingsBase, INotifyPropertyChanged
Inheritance
UiGlobalSettings
Implements
Inherited Members
Extension Methods

Properties

DetailGridMinHeight

The default minimum height of a detail grid in an ItemPage hosted by a DataForm.

public double DetailGridMinHeight { get; set; }

Property Value

double

FormColumnCount

How many columns a form layout may have in an ItemPage of a DataForm

public int FormColumnCount { get; set; }

Property Value

int

FormColumnWidth

Column width of a form column in an ItemPage of a DataForm

public double FormColumnWidth { get; set; }

Property Value

double

FormImageHeight

The height of an image control, for a IsImage field, of an ItemPage of a DataForm

public int FormImageHeight { get; set; }

Property Value

int

FormImageStretch

The stretch mode of an image control in an ItemPage of a DataForm

public Stretch FormImageStretch { get; set; }

Property Value

Stretch

FormMaxControlsPerColumn

How many rows a control, for a IsMemo field, occupies in a column of an ItemPage of a DataForm

public int FormMaxControlsPerColumn { get; set; }

Property Value

int

FormMemoRowCount

How many rows a control, for a IsMemo field, occupies in a column of an ItemPage of a DataForm

public int FormMemoRowCount { get; set; }

Property Value

int

ShowDataFormFactBoxPane

When true then the DataForm FactBox pane is shown initially.

public bool ShowDataFormFactBoxPane { get; set; }

Property Value

bool

ShowDataFormLog

When true then the DataForm log is shown.

public bool ShowDataFormLog { get; set; }

Property Value

bool

ShowIdColumnsInGrids

When false then columns ending with Id are not visible.

public bool ShowIdColumnsInGrids { get; set; }

Property Value

bool

ShowLocatorGridFilterPanel

When true then locator grid dropdowns display a filter panel.

public bool ShowLocatorGridFilterPanel { get; set; }

Property Value

bool

Events

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler PropertyChanged

Event Type

PropertyChangedEventHandler