TcxEditRepositoryPopupItem.Properties Property
Provides access to stored pop-up editor settings.
Declaration
property Properties: TcxPopupEditProperties read; write;
Property Value
| Type | Description |
|---|---|
| TcxPopupEditProperties | Stores pop-up editor settings. |
Remarks
Use the Properties.PopupControl property to display a control in a pop-up window. Properties.PopupWidth, Properties.PopupHeight, Properties.PopupAutoSize, Properties.PopupMinWidth, and Properties.PopupMinHeight properties allow you to manage pop-up window dimensions.
Refer to the TcxPopupEditProperties class description for detailed information on all available options.
See Also