Class PropertyInputButtonActionBase
- Namespace
- combit.Reporting.Dom
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Base class for button action settings (polymorphic).
public class PropertyInputButtonActionBase : DomItem
- Inheritance
-
PropertyInputButtonActionBase
- Derived
- Inherited Members
Properties
Action
Gets or sets the action discriminator value.
public string Action { get; set; }
Property Value
Text
Gets or sets the display text (optional for some actions).
public string Text { get; set; }