Click or drag to resize

ICultureSettingsView Interface

Interface that the Gui component has to implement in order to be a view for CultureSettingsController.

Namespace: Altaxo.Gui.Settings
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public interface ICultureSettingsView

The ICultureSettingsView type exposes the following members.

Properties
 NameDescription
Public propertyNumberDecimalSeparatorGets or sets the number decimal separator.
Public propertyNumberGroupSeparatorGets or sets the number group separator.
Top
Methods
 NameDescription
Public methodInitializeCultureFormatListInitializes the culture format list.
Top
Events
 NameDescription
Public eventCultureChangedOccurs when the culture name changed.
Top
See Also