[Missing <summary> documentation for "P:Ntreev.Windows.Forms.Grid.ColumnUITypeEditor.PaintValueSupported"]

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

Syntax

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

Implements

IValuePainter..::..PaintValueSupported

See Also