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: 2024.12.18.0+3a863295c73252b22e8ab6862ed6bdc57bcbd0fc
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