Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 565 Bytes

File metadata and controls

12 lines (8 loc) · 565 Bytes

CommandButtonTemplate.displayName Property

The name of the command button as it will appear in the UI. This must be overridden in the extending class.

protected abstract string displayName { protected get; protected set; }

Property Value

System.String