BCGControlBar Library for .NET
CanBeginPreview Property




Gets or sets value that indicates whether Preview Pane text can begin from this column.
Syntax
'Declaration
 
Public Property CanBeginPreview As Boolean
'Usage
 
Dim instance As GridColumn
Dim value As Boolean
 
instance.CanBeginPreview = value
 
value = instance.CanBeginPreview
public bool CanBeginPreview {get; set;}
public: __property bool get_CanBeginPreview();
public: __property void set_CanBeginPreview( 
   bool value
);
public:
property bool CanBeginPreview {
   bool get();
   void set (    bool value);
}
Remarks
There are situations when you wish to shift the preview text in the way it does not begin from certain columns. For example, in report view you have some tide columns like Importance, Attachment, Icon, From, Subject and wish to begin Preview Pane text from the "From" column. In this case you should set this property for Importance, Attachment and Icon columns to false. For From and Subject columns this property should be set to true.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridColumn Class
GridColumn Members

Send Feedback