KaxTimeViewGridLines Property |
Gets or sets a value that specifies whether the border between the cells of the
KaxTimeView control is displayed.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual GridLines GridLines { get; set; }
Public Overridable Property GridLines As GridLines
Get
Set
public:
virtual property GridLines GridLines {
GridLines get ();
void set (GridLines value);
}
abstract GridLines : GridLines with get, set
override GridLines : GridLines with get, set
Property Value
Type:
GridLines
One of the
GridLines enumeration values. The default is
Both.
See Also