IDialogFormCustomizer.FullScreenCaptionFont Property
In This Article
Specifies the font used to display captions of the Full Screen Area and the Grid Area edit forms.
Namespace: DevExpress.Mobile.DataGrid.Theme
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
ThemeFontAttributes FullScreenCaptionFont { get; set; }
#Property Value
Type | Description |
---|---|
Theme |
A Theme |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
To customize the font used for displaying captions of the popup edit forms, use the IDialogFormCustomizer.CaptionFont property.
See Also