Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

OMI SDK

AVEVA OMI app development guidelines

The following property types are available for configuring WPF-based displays:

  • Public writeable CLR properties on the display that are not hidden using the browsable attribute.
  • Dependency Properties.
  • Nested properties which satisfy the criteria of configurable properties.
  • Enumeration and flag properties.
  • Any property that can be converted to or from string.

The following types of properties are NOT available for configuring WPF-displays:

  • Any property defined by the System.Windows.UIElement class.
  • Any property defined by the System.Windows.FrameworkElement class.
    • The Tooltip property is an exception to this and can be configured.
  • The following properties defined by the System.Windows.Controls.Control class:
    • IsTabStop.
    • TabIndex.
    • Template.
  • Any property defined by the System.Windows.Controls.ContentControl class