ClassLabelFormattingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class LabelFormattingEventArgs : EventArgs
Inheritance: objectEventArgsLabelFormattingEventArgs
Inherited Members
Constructors
LabelFormattingEventArgs(TrackBarLabelElement)
Declaration
cs-api-definition
public LabelFormattingEventArgs(TrackBarLabelElement labelElement)
Parameters
labelElement
Properties
LabelElement
Declaration
cs-api-definition
public virtual TrackBarLabelElement LabelElement { get; }
Property Value