New to Telerik UI for .NET MAUIStart a free 30-day trial

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
In this article
DefinitionFieldsImageNoneText
Not finding the help you need?
Contact Support