12 lines
231 B
C#
12 lines
231 B
C#
namespace Oqtane.Modules.Controls
|
|
{
|
|
public class RadzenEditorSetting
|
|
{
|
|
public string Theme { get; set; }
|
|
|
|
public string Background { get; set; }
|
|
|
|
public string ToolbarItems { get; set; }
|
|
}
|
|
}
|