'Declaration
<DevExpressWebLocalizedDescriptionAttribute("Gets or sets whether the menu item, whose navigation location points to the currently browsed web page, is automatically selected.")>
<AutoFormatDisableAttribute()>
<CategoryAttribute("Davranış")>
<DefaultValueAttribute()>
Public Property SyncSelectionMode As DevExpress.Web.SyncSelectionMode
'Usage
Dim instance As MenuStrip
Dim value As DevExpress.Web.SyncSelectionMode
instance.SyncSelectionMode = value
value = instance.SyncSelectionMode
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets whether the menu item, whose navigation location points to the currently browsed web page, is automatically selected.")]
[AutoFormatDisableAttribute()]
[CategoryAttribute("Davranış")]
[DefaultValueAttribute()]
public DevExpress.Web.SyncSelectionMode SyncSelectionMode {get; set;}
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets whether the menu item, whose navigation location points to the currently browsed web page, is automatically selected.")]
[AutoFormatDisableAttribute()]
[CategoryAttribute("Davranış")]
[DefaultValueAttribute()]
public:
property DevExpress.Web.SyncSelectionMode SyncSelectionMode {
DevExpress.Web.SyncSelectionMode get();
void set ( DevExpress.Web.SyncSelectionMode value);
}