별도의 셀 렌더링 기능을 지원하는지에 대한 여부를 가져옵니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: 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
Remarks
ColumnControl<(Of <(<'TControl>)>)>클래스의 인스턴스 생성시 이 속성이 true이면 셀을 표시하기 위한 별도의 컨트롤을 생성합니다.