CodeLensDataPointProviderDescriptor.DetailsTemplateName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
What template to use for presenting the detail in the detail popup. Defaults to use a GridView to present detail data.
public:
property System::String ^ DetailsTemplateName { System::String ^ get(); void set(System::String ^ value); };
public string DetailsTemplateName { get; set; }
member this.DetailsTemplateName : string with get, set
Public Property DetailsTemplateName As String