PreviewMode Property
Description
Specifies whether PreviewMode is enabled.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property PreviewMode() As Boolean
Remarks
If True, the Maximum Number of lines of text stored in the PreviewText property will be displayed for each GridRecord.
Example
This sample illustrates how to enable PreviewMode. With PreviewMode enabled, the text stored in the PreviewText property will be displayed for each GridRecord.
' This will cause PreviewText to be displayed for each GridRecord in the GridControl
wndGridControl.PreviewMode = True
See Also
- GridControl Control
- GridRecord PreviewText Property
- MaxPreviewLines Property
- PreviewTextFont Property

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