Class ObjectInspectorColumn
Grid column for the designer's object inspector that hosts
ObjectInspectorCell instances as its cell template.
Inheritance
ObjectInspectorColumn
Assembly: Reportman.Designer.dll
Syntax
public class ObjectInspectorColumn : DataGridViewColumn, ICloneable, IComponent, IDisposable
Constructors
View Source
ObjectInspectorColumn()
Declaration
public ObjectInspectorColumn()
Fields
View Source
FrameMain
Declaration
public FrameMainDesigner FrameMain
Field Value
Properties
View Source
CellTemplate
Declaration
public override DataGridViewCell CellTemplate { get; set; }
Property Value
Overrides
Implements