Skip to content

DeleteAll Method

See Also

GridColumns Collection

See Also


Description

Removes all columns from the GridControl's collection of columns.

Syntax

Public Sub DeleteAll()

Remarks

This will only delete the columns; the data stored in the Records will remain unchanged.

Example

Removing All Columns from the GridControl (Visual Basic)

This sample illustrates how to remove all columns from the GridControl's collection of columns.

' Removes all columns from the GridControl
wndGridControl.Columns.DeleteAll

See Also

GridColumns Collection


Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.