Skip to main content

IDialogFormCustomizer.CaptionFont Property

Specifies the font used to display captions of the Column Chooser dialog and the popup edit forms.

Namespace: DevExpress.Mobile.DataGrid.Theme

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

Declaration

ThemeFontAttributes CaptionFont { get; set; }

Property Value

Type Description
ThemeFontAttributes

A ThemeFontAttributes object specifying the captions font.

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 captions background font, use the IDialogFormCustomizer.CaptionBackgroundColor property.

See Also