ShowLockIcon Property
Description
Specifies whether to show a lock icon in cells that had Editable = False when the grid is editable (AllowEdit = True).
Property Type
Read-write property
Syntax (Visual Basic)
Public Property ShowLockIcon() As Boolean
Remarks
If you set wndGridControl.[AllowEdit](XtremeGridControl~GridControl~AllowEdit.md) = True but disable some items from editing (Record.Item(1).[Editable](XtremeGridControl~GridRecordItem~Editable.md) = False), the Grid will show a small lock icon inside cells.
If you would prefer to use the lock icon stored in the Windows shell icons (SHELL32.DLL), use UseShellIcon.
See Also
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.