셀의 값을 그릴 수 있는 기능을 제공하는지에 대한 여부를 가져옵니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284
Syntax
C# |
---|
bool PaintValueSupported { get; } |
Visual Basic |
---|
ReadOnly Property PaintValueSupported As Boolean Get |
Visual C++ |
---|
property bool PaintValueSupported { bool get (); } |