Gets or sets the add row color.
Namespace: Dapfor.Net.UiAssembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public Color AddRowColor { get; set; } |
Visual Basic |
---|
Public Property AddRowColor As Color Get Set |
Visual C++ |
---|
public: property Color AddRowColor { Color get (); void set (Color value); } |
F# |
---|
member AddRowColor : Color with get, set |
Property Value
Type: ColorThe color of the add row.