Skip to main content

IDialogFormCustomizer.FullScreenBorderColor Property

Specifies the color of the line dividing the Full Screen Area edit form from the caption and the content.

Namespace: DevExpress.Mobile.DataGrid.Theme

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

Color FullScreenBorderColor { get; set; }

Property Value

Type Description
Xamarin.Forms.Color

A Xamarin.Forms.Color object specifying the line color.

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

To customize the full screen edit form, also use the IDialogFormCustomizer.FullScreenBackgroundColor and IDialogFormCustomizer.FullScreenCaptionFont properties.

See Also