TcxEditRepositoryFontNameComboBox.Properties Property
Provides access to stored font name combo box settings.
Declaration
property Properties: TcxFontNameComboBoxProperties read; write;
Property Value
Type | Description |
---|---|
TcxFontNameComboBoxProperties | Stores font name combo box settings. |
Remarks
Use the Properties
.FontTypes property to populate a combo box with required font names. Properties
.IncrementalFiltering and Properties
.IncrementalFilteringOptions properties allow you to enable and configure incremental filtering.
Refer to the TcxFontNameComboBoxProperties class description for detailed information on all available options.
See Also