RecurrenceEditorLocalization Property |
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public abstract IRecurrenceEditorStrings Localization { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public MustOverride ReadOnly Property Localization As IRecurrenceEditorStrings
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
virtual property IRecurrenceEditorStrings^ Localization {
IRecurrenceEditorStrings^ get () abstract;
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
abstract Localization : IRecurrenceEditorStrings with get
Property Value
Type:
IRecurrenceEditorStrings
See Also