GrapeCity.Win.MultiRow Namespace > Cell Class : ReadOnly Property |
<GcSerializationInternalImplAttribute(UseShadowProperty=True, ShadowPropertyName="InternalReadOnly", GetMethodName="", SetMethodName="", DescriptorTypeName="GrapeCity.Framework.Xml.Serialization.ShadowSerializablePropertyDescritpor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")> <SRDescriptionAttribute("Indicates whether the user can edit the cell.")> <SRCategoryAttribute("Behavior")> Public Property ReadOnly As Boolean
[GcSerializationInternalImpl(UseShadowProperty=true, ShadowPropertyName="InternalReadOnly", GetMethodName="", SetMethodName="", DescriptorTypeName="GrapeCity.Framework.Xml.Serialization.ShadowSerializablePropertyDescritpor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")] [SRDescription("Indicates whether the user can edit the cell.")] [SRCategory("Behavior")] public bool ReadOnly {get; set;}
Returns the inherited state of the cell that has taken the state of the owner row into account.
The default value of this property is false for cells such as TextBoxCell, ComboBoxCell, NumericUpDownCell, and so on, which are editable cells. The default value of this property is true for cells such as LabelCell, LinkLabelCell, ProgressBarCell, and so on, which are non-editable cells.
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