Xceed Grid for WinForms v4.3 Documentation
ShowPlusMinus Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > DataRow Class : ShowPlusMinus Property
Gets or sets a value indicating whether plus-sign (+) and minus-sign (-) buttons are displayed next to DataRows that contain child DetailGrids.
Syntax
'Declaration
 
<DescriptionAttribute("Indicates whether plus-sign (+) and minus-sign (-) buttons are displayed next to DataRows that contain child DetailGrids..")>
<CategoryAttribute("Appearance")>
<ApplyToDesignerAttribute(False)>
Public Property ShowPlusMinus As ShowPlusMinus
'Usage
 
Dim instance As DataRow
Dim value As ShowPlusMinus
 
instance.ShowPlusMinus = value
 
value = instance.ShowPlusMinus
[Description("Indicates whether plus-sign (+) and minus-sign (-) buttons are displayed next to DataRows that contain child DetailGrids..")]
[Category("Appearance")]
[ApplyToDesigner(false)]
public ShowPlusMinus ShowPlusMinus {get; set;}

Property Value

A ShowPlusMinus value indicating whether plus-sign (+) and minus-sign (-) buttons are displayed next to DataRows that contain child DetailGrids. By default, DefaultShowPlusMinus.
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

DataRow Class
DataRow Members