LayoutControlIcons
Provides access to the default icons and images used in RadLayoutControl.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public static class LayoutControlIcons
Inheritance: objectLayoutControlIcons
Properties
The image displayed next to LayoutControlItem in the customize dialog.
public static Image ControlItem { get; }
The image displayed next to an empty LayoutControlLabelItem in the customize dialog.
public static Image EmptySpaceItem { get; }
The image displayed next to the LayoutControlGroupItem in the customize dialog.
public static Image GroupItem { get; }
The image displayed next to the LayoutControlLabelItem in the customize dialog.
public static Image LabelItem { get; }
The icon of the LoadLayout button in the customize dialog.
public static Image LoadLayout { get; }
The icon of the SaveLayout button in the customize dialog.
public static Image SaveLayout { get; }
The image displayed next to the LayoutControlSeparatorItem in the customize dialog.
public static Image SeparatorItem { get; }
The image displayed next to the LayoutControlSplitterItem in the customize dialog.
public static Image SplitterItem { get; }
The image displayed next to the LayoutControlTabbedGroup in the customize dialog.
public static Image TabbedGroup { get; }