Method ShouldHideHeading
ShouldHideHeading()
Check if the heading should be hidden. Override this method to change the default behavior. By default, the heading is hidden if the title is null or empty.
Declaration
protected virtual bool ShouldHideHeading()
Returns
Type | Description |
---|---|
bool | True if the heading should be hidden, false otherwise. |