TcxCustomDropDownEdit.Properties Property
Provides access to drop-down editor settings.
#Declaration
property Properties: TcxCustomDropDownEditProperties read; write;
#Property Value
Type | Description |
---|---|
Tcx |
Stores drop-down editor settings. If you access a drop-down editor as a Tcx Refer to the Tcx Tip You can call the |
#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 Active