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: 2023.4.9.0
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.