MindFusion.Scheduling for ASP.NET Programmer's Guide
ListViewSettings.CellSpacing Property
See Also
 





Gets or sets the amount space between adjacent cells.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public int CellSpacing { get; set; }

Visual Basic  Copy Code

Public Property CellSpacing As Integer

 Property Value

A non-negative integer value specifying the amount of space between adjacent cells in pixels. Default value is 0.

 See Also

ListViewSettings Members
ListViewSettings Class
MindFusion.Scheduling.WebForms Namespace