'Declaration <DescriptionAttribute("The CellViewerManager that will be used to view the content of the column's cells.")> <CategoryAttribute("Appearance")> <TypeConverterAttribute("Xceed.Grid.Design.CellViewerManagerTypeConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")> <MergablePropertyAttribute(False)> <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)> Public Property CellViewerManager As CellViewerManager
'Usage Dim instance As Column Dim value As CellViewerManager instance.CellViewerManager = value value = instance.CellViewerManager
[Description("The CellViewerManager that will be used to view the content of the column's cells.")] [Category("Appearance")] [TypeConverter("Xceed.Grid.Design.CellViewerManagerTypeConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")] [MergableProperty(false)] [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)] public CellViewerManager CellViewerManager {get; set;}