GrapeCity MultiRow Windows Forms Documentation
CellIndex Property (HeaderDropDownList)


Gets or sets the cell index. The filter and sort items operate in the cells with the specified index.
Syntax
<SRDescriptionAttribute("Indicates the cell index of the corresponding cells. The filter and sort items operate in the cells with the specified index.")>
<SRCategoryAttribute("Appearance")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<RefreshPropertiesAttribute(RefreshProperties.All)>
Public Property CellIndex As Integer
Dim instance As HeaderDropDownList
Dim value As Integer
 
instance.CellIndex = value
 
value = instance.CellIndex
[SRDescription("Indicates the cell index of the corresponding cells. The filter and sort items operate in the cells with the specified index.")]
[SRCategory("Appearance")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[RefreshProperties(RefreshProperties.All)]
public int CellIndex {get; set;}

Property Value

An System.Int32 that indicates the index of the corresponding cells. The index is -1 after setting a valid CellName.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionThe assigned value is less than 0.
Remarks
Set the HeaderDropDownList cells with the index or name. The DropDownItem in the list uses this information to get the corresponding cells, and operate on them. Nothing happens if you click on the item and the index or name is invalid.
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

Reference

HeaderDropDownList Class
HeaderDropDownList Members

 

 


Copyright © GrapeCity, inc. All rights reserved.