Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadCheckmarkStateManager : ItemStateManagerBase
Inheritance: objectItemStateManagerBaseRadCheckmarkStateManager
Constructors
C#
public RadCheckmarkStateManager()
Methods
Provides derived classes with the opportunity to perform custom attachment logic.
C#
protected override void AttachToItemOverride(StateManagerAttachmentData attachData, RadObject item)
The attachment data for the state manager connection.
itemRadObjectThe RadObject item being attached to.
Overrides:
Gets the available states for the specified theme role. Must be implemented by derived classes.
C#
public override StateDescriptionNode GetAvailableStates(string itemRoleName)
StateDescriptionNode
The root state description node containing all available states.
Overrides:
Handles item state changes. Must be implemented by derived classes.
C#
public override void ItemStateChanged(RadObject item, RadPropertyChangedEventArgs changeArgs)
The property change event arguments.
Overrides:
Verifies if the specified state is valid for the given theme role.