dbicDayView Send comments on this topic.
Remove Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > ColumnTypeCollection Class : Remove Method

obj
The specific dbiColumnType to remove.
Remove the dbiColumnType from the collection.

Syntax

Visual Basic (Declaration) 
Public Sub Remove( _
   ByVal obj As dbiColumnType _
) 
C# 
public void Remove( 
   dbiColumnType obj
)

Parameters

obj
The specific dbiColumnType to remove.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also