Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Reporting Namespace / RowReportStyle Class / Indented Property


    Indented Property (RowReportStyle)
    Gets or sets a boolean value indicating if the row is indented.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates if the row is indented.")>
    <CategoryAttribute("Appearance")>
    <EndUserBrowsableAttribute(False)>
    Public Property Indented As Boolean
     
    'Usage
     
    Dim instance As RowReportStyle
    Dim value As Boolean
     
    instance.Indented = value
     
    value = instance.Indented

    Property Value

    true if the row is indented; false otherwise. By default, true.
    Remarks

    Although the default value of the Indented property is true, if the Indented property has not been explicitly set, the default value of the Indented property will vary according to the type of row when the report is created.

    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