StatusStrip
Description
Usage
<WMStyleBase model=@statusStrip></WMStyleBase>
@if (statusStrip.ShowItemToolTips)
{
<WMToolTipComponent [email protected]></WMToolTipComponent>
}
<TelerikToolBar [email protected]()>
@foreach (var item in statusStrip.Items)
{
@if (item is ToolStripStatusLabel toolStripStatusLabel)
{
<WMToolStripStatusLabel model=@toolStripStatusLabel></WMToolStripStatusLabel>
}
}
</TelerikToolBar>
<style>
[email protected]() {
top: @styleTop;
bottom: @styleBottom;
left: @styleLeft;
right: @styleRight;
width: @styleWidth;
height: @styleHeight;
}
</style>
Properties
Methods
Dynamic Rendering
Styles
Events
Last updated