별도의 셀 렌더링 기능을 지원하는지에 대한 여부를 가져옵니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
public virtual bool PaintValueSupported { get; }
Visual Basic
Public Overridable ReadOnly Property PaintValueSupported As Boolean
	Get
Visual C++
public:
virtual property bool PaintValueSupported {
	bool get ();
}

Implements

IValuePainter..::..PaintValueSupported

See Also