'Declaration
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<AutoFormatEnableAttribute()>
<CategoryAttribute("Styles")>
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<DevExpressWebLocalizedDescriptionAttribute("Gets the style settings which define a control's appearance in the disabled state.")>
Public Overridable ReadOnly Property DisabledStyle As DevExpress.Web.DisabledStyle
'Usage
Dim instance As MenuStrip
Dim value As DevExpress.Web.DisabledStyle
value = instance.DisabledStyle
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[AutoFormatEnableAttribute()]
[CategoryAttribute("Styles")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DevExpressWebLocalizedDescriptionAttribute("Gets the style settings which define a control's appearance in the disabled state.")]
public virtual DevExpress.Web.DisabledStyle DisabledStyle {get;}
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[AutoFormatEnableAttribute()]
[CategoryAttribute("Styles")]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DevExpressWebLocalizedDescriptionAttribute("Gets the style settings which define a control's appearance in the disabled state.")]
public:
virtual property DevExpress.Web.DisabledStyle^ DisabledStyle {
DevExpress.Web.DisabledStyle^ get();
}