Gets of sets default layout for grid header.
Namespace:
Greatis.PrintSuite.ProvidersAssembly: Greatis.PrintSuite.Providers.Grids (in Greatis.PrintSuite.Providers.Grids.dll)
Syntax
| Visual Basic (Declaration) |
|---|
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _ Public Property HeaderLayout As CellLayout |
| C# |
|---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public CellLayout HeaderLayout { get; set; } |
| Visual C++ |
|---|
[TypeConverterAttribute(typeof(ExpandableObjectConverter))] public: property CellLayout^ HeaderLayout { CellLayout^ get (); void set (CellLayout^ value); } |
| JavaScript |
|---|
function get_headerLayout(); function set_headerLayout(value); |