Click or drag to resize

ListColumnHideOnTablet Property

Gets or sets value indicating whether to hide column on tablet resolution(1280x768)

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
[BindableAttribute(true)]
public bool HideOnTablet { get; set; }

Return Value

Type: Boolean
The value indicating whether to hide column
Remarks
If List has column personalization property will have no effect
See Also