'Declaration
<DefaultValueAttribute()>
<AutoFormatEnableAttribute()>
<DevExpressWebLocalizedDescriptionAttribute("Gets or sets a value that specifies the manner in which a specific separator is displayed to separate menu items from each other.")>
<CategoryAttribute("Davranış")>
Public Property AutoSeparators As DevExpress.Web.AutoSeparatorMode
'Usage
Dim instance As MenuStrip
Dim value As DevExpress.Web.AutoSeparatorMode
instance.AutoSeparators = value
value = instance.AutoSeparators
[DefaultValueAttribute()]
[AutoFormatEnableAttribute()]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets a value that specifies the manner in which a specific separator is displayed to separate menu items from each other.")]
[CategoryAttribute("Davranış")]
public DevExpress.Web.AutoSeparatorMode AutoSeparators {get; set;}
[DefaultValueAttribute()]
[AutoFormatEnableAttribute()]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets a value that specifies the manner in which a specific separator is displayed to separate menu items from each other.")]
[CategoryAttribute("Davranış")]
public:
property DevExpress.Web.AutoSeparatorMode AutoSeparators {
DevExpress.Web.AutoSeparatorMode get();
void set ( DevExpress.Web.AutoSeparatorMode value);
}