DataFormGroup.HeaderText Property
Gets or sets the caption displayed in the header of the editor group.
Namespace: DevExpress.XamarinForms.DataForm
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
Declaration
public string HeaderText { get; set; }
Property Value
Type | Description |
---|---|
String | The group header caption. |
See Also