Method GetPanelSettings
GetPanelSettings(IPanel)
Get the PanelSettings instance associated to this IPanel, if any.
Declaration
public static PanelSettings GetPanelSettings(this IPanel panel)
Parameters
| Type | Name | Description | 
|---|---|---|
| IPanel | panel | The IPanel object.  | 
    
Returns
| Type | Description | 
|---|---|
| PanelSettings | The PanelSettings instance if it exists, null otherwise.  | 
    
Exceptions
| Type | Condition | 
|---|---|
| ArgumentNullException | The IPanel object must not be null.  |