GrapeCity.Win.MultiRow Namespace > HeaderDropDownList Class : Alignment Property |
<RefreshPropertiesAttribute(RefreshProperties.All)> <SRCategoryAttribute("Appearance")> <SRDescriptionAttribute("Indicates the horizontal alignment of the HeaderDropDownList.")> <DefaultValueAttribute()> Public Property Alignment As LeftRightAlignment
Dim instance As HeaderDropDownList Dim value As LeftRightAlignment instance.Alignment = value value = instance.Alignment
[RefreshProperties(RefreshProperties.All)] [SRCategory("Appearance")] [SRDescription("Indicates the horizontal alignment of the HeaderDropDownList.")] [DefaultValue()] public LeftRightAlignment Alignment {get; set;}
Exception | Description |
---|---|
System.ComponentModel.InvalidEnumArgumentException | The assigned value is not one of the System.Windows.Forms.LeftRightAlignment values. |
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