Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxListViewFonts.SetFont(TFont,Boolean) Method

Assigns the specified font to all UI element types in the List View.

#Declaration

Delphi
procedure SetFont(AFont: TFont; AKeepColors: Boolean);

#Parameters

Name Type Description
AFont TFont

The specified font.

AKeepColors Boolean

If False, a SetFont procedure call sets a new color to element fonts. If True, the SetFont procedure changes no font colors.

#Remarks

The SetFont procedure assigns the specified font to the following properties:

Note

A SetFont procedure call adds no flags to the AssignedValues property even if values of the listed properties change.

See Also