Skip to main content

TcxHeaderSection.AllowClick Property

Specifies whether the section responds to mouse clicks.

Declaration

property AllowClick: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Use the AllowClick property to enable/disable the clicking of header control sections. If this property value is False, then the OnSectionClick event is not fired.

The default value of the AllowClick property is True.

See Also