| 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; }
<BindableAttribute(true)>
Public Property HideOnTablet As Boolean
Get
Set
Return Value
Type:
BooleanThe value indicating whether to hide column
Remarks If List has column personalization property will have no effect
See Also