Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / GridElementReportStyle Class / ClipPartialLine Property


In This Topic
    ClipPartialLine Property (GridElementReportStyle)
    In This Topic
    Gets or sets a boolean value indicating if partial lines should be clipped.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates if partial lines should be clipped.")>
    <CategoryAttribute("Appearance")>
    <EndUserBrowsableAttribute(False)>
    Public Property ClipPartialLine As Boolean
    'Usage
     
    Dim instance As GridElementReportStyle
    Dim value As Boolean
     
    instance.ClipPartialLine = value
     
    value = instance.ClipPartialLine
    [Description("Indicates if partial lines should be clipped.")]
    [Category("Appearance")]
    [EndUserBrowsable(false)]
    public bool ClipPartialLine {get; set;}

    Property Value

    true if partial lines should be clipped; false otherwise.
    Remarks

    If this property is set to true, only lines that can be fully displayed will be displayed.

    The value of the ClipPartialLine property of the parent element's ReportStyle will be used in the case where the ClipPartialLine property has not been explicitly set.

    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