SiteMapLevelSettingLevel Property |
Gets or sets the level to which a given LevelSetting refer/
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public virtual int Level { get; set; }
Public Overridable Property Level As Integer
Get
Set
public:
virtual property int Level {
int get ();
void set (int value);
}
abstract Level : int with get, set
override Level : int with get, set
Property Value
Type:
Int32
The Level property serves for explicitly setting the level to which a given
LevelSetting refer.
See Also