EnumDataFormHeaderDisplayOptions
Enum
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:
cs-api-definition
[Flags]
public enum DataFormHeaderDisplayOptions
Fields
Image
The DataFormItem displays a header image.
None
The DataFormItem does not display any header.
Text
The DataFormItem displays a header label.