ASPxSchedulerImages.SmartTag Property
Gets the settings of an image displayed within the smart tag.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll
Declaration
public ButtonImageProperties SmartTag { get; }
Public ReadOnly Property SmartTag As ButtonImageProperties
Property Value
Type | Description |
---|---|
ButtonImageProperties | An ButtonImageProperties object that contains image settings. |
Available values:
Name | Description |
---|---|
SpriteProperties | Gets the settings defining the image position within a sprite image. |
ButtonImageProperties(IPropertiesOwner) | Initializes a new instance of the ButtonImageProperties class with the specified owner. |
ButtonImageProperties(String) | Initializes a new instance of the ButtonImageProperties class with the specified image location. |
ButtonImageProperties() | Initializes a new instance of the ButtonImageProperties class. |
See Also
Feedback