GridColumnDisplay Property |
Gets or sets a value indicating whether the cells corresponding to a column would be rendered with a 'display:none' style attribute (end-user-not-visible).
To completely prevent cells from rendering, set the
Visible property to false, instead of the Display property.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public bool Display { get; set; }
Public Property Display As Boolean
Get
Set
public:
property bool Display {
bool get ();
void set (bool value);
}
member Display : bool with get, set
Property Value
Type:
BooleanSee Also