'Declaration
<CategoryAttribute("Styles")>
<DevExpressWebLocalizedDescriptionAttribute("Gets or sets a CSS class name postfix that identifies style settings to be applied to the control.")>
<LocalizableAttribute(False)>
<DefaultValueAttribute()>
<AutoFormatEnableAttribute()>
Public Overridable Property CssPostfix As String
'Usage
Dim instance As MenuStrip
Dim value As String
instance.CssPostfix = value
value = instance.CssPostfix
[CategoryAttribute("Styles")]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets a CSS class name postfix that identifies style settings to be applied to the control.")]
[LocalizableAttribute(false)]
[DefaultValueAttribute()]
[AutoFormatEnableAttribute()]
public virtual string CssPostfix {get; set;}
[CategoryAttribute("Styles")]
[DevExpressWebLocalizedDescriptionAttribute("Gets or sets a CSS class name postfix that identifies style settings to be applied to the control.")]
[LocalizableAttribute(false)]
[DefaultValueAttribute()]
[AutoFormatEnableAttribute()]
public:
virtual property String^ CssPostfix {
String^ get();
void set ( String^ value);
}