ArcFM Solution Developer Guide
RowHeadersWidthSizeMode Property


Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)>
<SRCategoryAttribute("CatBehavior")>
<SRDescriptionAttribute("DataGridView_RowHeadersWidthSizeModeDescr")>
Public Property RowHeadersWidthSizeMode As System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode
'Usage
 
Dim instance As TreeGridView
Dim value As System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode
 
instance.RowHeadersWidthSizeMode = value
 
value = instance.RowHeadersWidthSizeMode
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
[System.ComponentModel.RefreshProperties(RefreshProperties.All)]
[SRCategory("CatBehavior")]
[SRDescription("DataGridView_RowHeadersWidthSizeModeDescr")]
public System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode RowHeadersWidthSizeMode {get; set;}
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TreeGridView Class
TreeGridView Members

 

 


Send Comment