GrapeCity MultiRow Windows Forms Documentation
GutterStyles Enumeration


Specifies how the gutter is shown on the HeaderCell when a theme is enabled.
Syntax
<FlagsAttribute()>
<EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.FlagEnumEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")>
Public Enum GutterStyles 
   Inherits System.Enum
Dim instance As GutterStyles
[Flags()]
[Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="GrapeCity.Win.MultiRow.Design.FlagEnumEditor, GrapeCity.Win.MultiRow, Version=7.20.20141.0, Culture=neutral, PublicKeyToken=0f7a722ee3c2bdd9")]
public enum GutterStyles : System.Enum 
Members
MemberDescription
AllShows the gutter on all directions.
BottomShows the gutter on the bottom.
LeftShows the gutter on the left.
NoneSpecifies no gutter.
RightShows the gutter on the right.
TopShows the gutter on top.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.GutterStyles

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrapeCity.Win.MultiRow Namespace
GutterStyles Property

 

 


Copyright © GrapeCity, inc. All rights reserved.