Skip to main content

TcxFontNameComboBoxProperties Class

Stores settings of a font name combo box editor (also called font picker).

Declaration

TcxFontNameComboBoxProperties = class(
    TcxCustomFontNameComboBoxProperties
)

Remarks

Use TcxFontNameComboBoxProperties class properties to:

To control any changes made to the editor’s DisplayFormat, EditFormat, MaxLength, MaxValue, MinValue and ReadOnly properties and reverse their values back to the default ones, use the AssignedValues property.

A TcxFontNameComboBoxProperties object is referenced using the editor’s Properties property.

See Also