ColumnSpan Property (InputDataNavigator)
In This Topic
Gets or sets a value that indicates the total number of columns that input component spans within a grid.
Syntax
'Declaration
Public Overridable Property ColumnSpan As Integer
public virtual int ColumnSpan {get; set;}
See Also