Skip to main content

TcxCustomDropDownEdit.Properties Property

Provides access to drop-down editor settings.

Declaration

property Properties: TcxCustomDropDownEditProperties read; write;

Property Value

Type Description
TcxCustomDropDownEditProperties

Stores drop-down editor settings.

If you access a drop-down editor as a TcxCustomDropDownEdit object, you need to cast the ActiveProperties property value to the corresponding editor settings class to be able to access all public API members.

Refer to the TcxCustomDropDownEditProperties class description for the full list of drop-down editor setting classes.

Tip

You can call the ActiveProperties.ClassType function to identify the actual drop-down editor settings class. Alternatively, you can call the GetPropertiesClass function.

Remarks

You can use the Properties property to access and customize drop-down editor settings if the RepositoryItem property is unspecified. If a repository item is assigned to the RepositoryItem property, all settings accessible through the Properties property have no effect on the drop-down editor.

Use the Properties.ButtonGlyph property to assign a custom glyph to the editor’s drop-down button. Properties.PopupWidth and Properties.PopupHeight properties allow you to resize the drop-down window.

Refer to the TcxCustomDropDownEditProperties class description for detailed information on all available options.

Tip

You can use the ActiveProperties property to identify settings that currently affect the drop-down editor.

See Also