Wimark.Controls Class Library  

DataGridViewStyle.Indent Property

Gets or sets the distance to indent the content of a DataGridView cell or header.

[Visual Basic]
Public Property Indent As Integer 
[C#]
public int Indent {get; set;}
[C++]
public: __property int get_Indent();
public: __property void set_Indent(int);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewStyle Class | DataGridViewStyle Members | Wimark.Controls Namespace | DataGridView