GrapeCity MultiRow Windows Forms Documentation
PageBreakLines Property


Gets or sets the color and style of the page break lines.
Syntax
<SRDescriptionAttribute("Indicates the color and style of the page break lines.")>
<SRCategoryAttribute("Appearance")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
Public Property PageBreakLines As PageBreakLines
Dim instance As GcMultiRow
Dim value As PageBreakLines
 
instance.PageBreakLines = value
 
value = instance.PageBreakLines
[SRDescription("Indicates the color and style of the page break lines.")]
[SRCategory("Appearance")]
[RefreshProperties(RefreshProperties.All)]
public PageBreakLines PageBreakLines {get; set;}

Property Value

A PageBreakLines that represents the color and style of the page break lines.
Remarks
You can set this property to specify the page break lines' color and style when previewing the paging effect.
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

GcMultiRow Class
GcMultiRow Members
Specifying the Page Break Position

 

 


Copyright © GrapeCity, inc. All rights reserved.