
Gets or sets a value specifying the activation style for headers and footers.
Introduced: 14.0.
[C#]
public HeaderFooterActivationStyle HeaderFooterActivationStyle { get; set; }
[Visual Basic]
Public Property HeaderFooterActivationStyle() As HeaderFooterActivationStyle
| Value | Description | |
| ActivateClick | Headers and footers are activated with a single mouse click. | |
| ActivateDoubleClick | Headers and footers are activated with a double mouse click. |