Gets or sets the group row background brush.
Namespace: Dapfor.Wpf.ControlsAssembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)
Syntax
C# |
---|
public Brush AppearanceGroupRowBackground { get; set; } |
Visual Basic |
---|
Public Property AppearanceGroupRowBackground As Brush
Get
Set |
Visual C++ |
---|
public:
property Brush^ AppearanceGroupRowBackground {
Brush^ get ();
void set (Brush^ value);
} |
F# |
---|
member AppearanceGroupRowBackground : Brush with get, set
|
Property Value
Type:
BrushThe group row background brush.
See Also