Enum DataFieldDescriptionViewerPosition
Enumeration denoting a description viewer position.
Namespace: System.Windows.Controls
Assembly: DataForm.Toolkit.OpenSilver.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. |