Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / Column Class / CellViewerManager Property


In This Topic
    CellViewerManager Property (Column)
    In This Topic
    Gets or sets the Xceed.Grid.Viewers.CellViewerManager that will be used to view the content of the column's cells.
    Syntax
    '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.25208.5768,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.25208.5768,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
    [MergableProperty(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
    public CellViewerManager CellViewerManager {get; set;}

    Property Value

    A reference to a Xceed.Grid.Viewers.CellViewerManager that will be used to view the content of the column's cells. By default, DefaultCellViewerManager.
    Remarks
    Cell/Column Datatype Default CellViewerManager
    String None
    Boolean Xceed.Grid.Viewers.CheckBoxViewer
    DateTime Xceed.Grid.Viewers.DateViewer
    Image Xceed.Grid.Viewers.ImageViewer
    Numeric Xceed.Grid.Viewers.NumericViewer
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also