TcxPCButton.OnCanShow Event
In This Article
Enables you to dynamically switch the custom button’s visibility within individual tabs.
#Declaration
Delphi
property OnCanShow: TcxPCButtonCanShowEvent read; write;
#Remarks
The AButton parameter provides access to the button whose visibility is to be specified.
The ATabIndex parameter identifies the tab that contains the AButton.
Pass False as the ACanShow parameter to prohibit the button from being displayed in the tab.
Note
The On
See Also