Spread Silverlight Documentation
AutoTextIndex Property (HeaderBase)


Gets or sets which header row displays the automatic text when there are multiple header rows.
Syntax
'Declaration
 
Public MustOverride Property AutoTextIndex As System.Integer
'Usage
 
Dim instance As HeaderBase
Dim value As System.Integer
 
instance.AutoTextIndex = value
 
value = instance.AutoTextIndex
public abstract System.int AutoTextIndex {get; set;}

Property Value

The row index of the header that displays the automatic text.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

HeaderBase Class
HeaderBase Members

 

 


Copyright © GrapeCity, inc. All rights reserved.