BaseButtonListButtonPanel Property

This returns a reference to the panel control that contains the button controls

Definition

Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public Panel ButtonPanel { get; }

Property Value

Panel

Remarks

This can be used to customize the appearance of the individual button controls. This is usually accomplished by handling the SubControlsRefreshed event.

See Also