BaseButtonListButtonPanel Property
This returns a reference to the panel control that contains the button controls
Namespace: EWSoftware.ListControlsAssembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
public Panel ButtonPanel { get; }
Public ReadOnly Property ButtonPanel As Panel
Get
public:
property Panel^ ButtonPanel {
Panel^ get ();
}
member ButtonPanel : Panel with get
Property Value
Panel This can be used to customize the appearance of the individual button controls. This is
usually accomplished by handling the
SubControlsRefreshed event.