Add missing XML documentation

This commit is contained in:
Thorsten Sommer 2025-10-19 09:34:48 +02:00
parent 9587a07556
commit f163e4893d
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108
2 changed files with 3 additions and 0 deletions

View File

@ -33,8 +33,10 @@ public partial class ConfigurationMultiSelect<TData> : ConfigurationBaseCore
/// <inheritdoc /> /// <inheritdoc />
protected override bool Stretch => true; protected override bool Stretch => true;
/// <inheritdoc />
protected override Variant Variant => Variant.Outlined; protected override Variant Variant => Variant.Outlined;
/// <inheritdoc />
protected override string Label => this.OptionDescription; protected override string Label => this.OptionDescription;
#endregion #endregion

View File

@ -36,6 +36,7 @@ public partial class ConfigurationSelect<TConfig> : ConfigurationBaseCore
/// <inheritdoc /> /// <inheritdoc />
protected override string Label => this.OptionDescription; protected override string Label => this.OptionDescription;
/// <inheritdoc />
protected override Variant Variant => Variant.Outlined; protected override Variant Variant => Variant.Outlined;
#endregion #endregion