Gets or sets the parts of Row that are to be painted.

Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)

Syntax

C#
public PaintPart Parts { get; set; }
Visual Basic
Public Property Parts As PaintPart
	Get
	Set
Visual C++
public:
property PaintPart Parts {
	PaintPart get ();
	void set (PaintPart value);
}
F#
member Parts : PaintPart with get, set

Property Value

Type: PaintPart
The parts.

See Also