Share via


Text Property (ObjectListCommand)

Sets or returns the text that is used to render the command. The default is an empty string.

public string Text {
   get,
   set
}

Remarks

The Text property can be specified by using the Text attribute, or as inner text. If the Text property is specified in both ways, the inner text always takes precedence. However, if the Text property is programmatically set, the inner text is automatically removed and the newly set property takes precedence.

See Also

Applies to: ObjectListCommand Class