TdxBarManagerList.CustomizingBarManager Property
Returns the TdxBarManager object being customized.
Declaration
property CustomizingBarManager: TdxBarManager read;
Property Value
Type |
---|
TdxBarManager |
Remarks
The CustomizingBarManager property returns the TdxBarManager which is currently being customized, that is, its Customization Form is open and IsCustomizing property is set to True.
See Also