From 91a66d2c9886b4b8a161fb9ceb969fef4c2fecd9 Mon Sep 17 00:00:00 2001 From: Arman Boyakhchyan Date: Mon, 12 Jan 2026 10:49:33 +0400 Subject: [PATCH] Splitter: Add Customization How To --- .../00 Customize Splitter Appearance.md | 1 + .../30 Customize Splitter Appearance/05 Specify Custom Icons.md | 1 + .../30 Customize Splitter Appearance/10 Customize Separators.md | 1 + 3 files changed, 3 insertions(+) create mode 100644 concepts/05 UI Components/Splitter/30 Customize Splitter Appearance/00 Customize Splitter Appearance.md create mode 100644 concepts/05 UI Components/Splitter/30 Customize Splitter Appearance/05 Specify Custom Icons.md create mode 100644 concepts/05 UI Components/Splitter/30 Customize Splitter Appearance/10 Customize Separators.md diff --git a/concepts/05 UI Components/Splitter/30 Customize Splitter Appearance/00 Customize Splitter Appearance.md b/concepts/05 UI Components/Splitter/30 Customize Splitter Appearance/00 Customize Splitter Appearance.md new file mode 100644 index 0000000000..0b3a1b1017 --- /dev/null +++ b/concepts/05 UI Components/Splitter/30 Customize Splitter Appearance/00 Customize Splitter Appearance.md @@ -0,0 +1 @@ +In addition to panes, Splitter allows you to customize the component's resizing handles and separators. \ No newline at end of file diff --git a/concepts/05 UI Components/Splitter/30 Customize Splitter Appearance/05 Specify Custom Icons.md b/concepts/05 UI Components/Splitter/30 Customize Splitter Appearance/05 Specify Custom Icons.md new file mode 100644 index 0000000000..b6177e84cb --- /dev/null +++ b/concepts/05 UI Components/Splitter/30 Customize Splitter Appearance/05 Specify Custom Icons.md @@ -0,0 +1 @@ +To specify custom resizing handle icons, define CSS styles as follows: \ No newline at end of file diff --git a/concepts/05 UI Components/Splitter/30 Customize Splitter Appearance/10 Customize Separators.md b/concepts/05 UI Components/Splitter/30 Customize Splitter Appearance/10 Customize Separators.md new file mode 100644 index 0000000000..3c7e0f345f --- /dev/null +++ b/concepts/05 UI Components/Splitter/30 Customize Splitter Appearance/10 Customize Separators.md @@ -0,0 +1 @@ +To customize separators, define custom CSS styles for the `.dx-resize-handle` selector: \ No newline at end of file