ArcFM Solution Developer Guide
DividerWidth Property


Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute(0)>
<SRCategoryAttribute("CatLayout")>
<SRDescriptionAttribute("DataGridView_ColumnDividerWidthDescr")>
Public Property DividerWidth As System.Integer
'Usage
 
Dim instance As TreeGridViewTextBoxColumn
Dim value As System.Integer
 
instance.DividerWidth = value
 
value = instance.DividerWidth
[System.ComponentModel.DefaultValue(0)]
[SRCategory("CatLayout")]
[SRDescription("DataGridView_ColumnDividerWidthDescr")]
public System.int DividerWidth {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

TreeGridViewTextBoxColumn Class
TreeGridViewTextBoxColumn Members

 

 


Send Comment