KaxWindowBaseLocalization Property |
Gets or sets the localization strings for the KaxWindow
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 KaxWindowLocalization Localization { get; set; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public Property Localization As KaxWindowLocalization
Get
Set
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property KaxWindowLocalization^ Localization {
KaxWindowLocalization^ get ();
void set (KaxWindowLocalization^ value);
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member Localization : KaxWindowLocalization with get, set
Property Value
Type:
KaxWindowLocalization
See Also