Specifies the display options of the header in a DataFormItem. This is applicable for both DataFormEditor and DataFormGroup. This enumeration type supports a bitwise combination of its member values.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
[Flags]
public enum DataFormHeaderDisplayOptions
Fields
The DataFormItem displays a header image.
C#
Image = 2
The DataFormItem does not display any header.
C#
None = 0
The DataFormItem displays a header label.
C#
Text = 1