Skip to content

AllowRemove Property

Description

The AllowRemove property specifies whether the Column can be removed from the Grid Control.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property AllowRemove() As Boolean

Remarks

  • Set AllowRemove to TRUE to allow the Column to be removed from the Grid Control.
  • Set AllowRemove to FALSE to disallow the Column from being removed from the Grid Control.
  • Columns that have been removed from the Grid Control will be displayed in the Field Chooser.
  • The AllowColumnRemove property must be TRUE for Columns to be removed from the Grid Control.

See Also


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