Show / Hide Table of Contents

Enum DataFieldDescriptionViewerPosition

Enumeration denoting a description viewer position.

Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.DataForm.Toolkit.dll
Syntax
public enum DataFieldDescriptionViewerPosition

Fields

Name Description
Auto

Represents the case where a description position should be dependent on its parent (same behavior as BesideContent when there is no parent).

BesideContent

Represents the case where the description should be placed to the right of the input control.

BesideLabel

Represents the case where the description should be placed to the right of the label.

  • Improve this Doc
  • View Source