Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / DataBoundColumn Class / ReadOnlyDataSource Property


In This Topic
    ReadOnlyDataSource Property
    In This Topic
    Gets a boolean value indicating if the field in the data source to which the column is Linked is read only.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates if the field in the data source to which the column is linked is read only.")>
    <CategoryAttribute("Data")>
    Public ReadOnly Property ReadOnlyDataSource As Boolean
    'Usage
     
    Dim instance As DataBoundColumn
    Dim value As Boolean
     
    value = instance.ReadOnlyDataSource
    [Description("Indicates if the field in the data source to which the column is linked is read only.")]
    [Category("Data")]
    public bool ReadOnlyDataSource {get;}

    Property Value

    true the field in the data source to which the column is Linked is read only; false otherwise.
    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